Skip to content

Commit

Permalink
update to boolean or jinja string ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Nov 1, 2023
1 parent e3f2a4a commit 4c3295a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions schemas/1.5/dbt_project-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@
"additionalProperties": false
},
"invalidate_hard_deletes": {
"type": "boolean",
"description": "Configuration specific to snapshots used to invalidate hard deletes."
"$ref": "#/$defs/boolean_or_jinja_string"
},
"jinja_string": {
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions schemas/1.6/dbt_project-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@
"additionalProperties": false
},
"invalidate_hard_deletes": {
"type": "boolean",
"description": "Configuration specific to snapshots used to invalidate hard deletes."
"$ref": "#/$defs/boolean_or_jinja_string"
},
"jinja_string": {
"type": "string",
Expand Down
3 changes: 1 addition & 2 deletions schemas/dbt_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@
"additionalProperties": false
},
"invalidate_hard_deletes": {
"type": "boolean",
"description": "Configuration specific to snapshots used to invalidate hard deletes."
"$ref": "#/$defs/boolean_or_jinja_string"
},
"jinja_string": {
"type": "string",
Expand Down

0 comments on commit 4c3295a

Please sign in to comment.