Skip to content

Commit

Permalink
fix: add missing deprecation_date field to models schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ng committed May 16, 2024
1 parent d6a8f37 commit e2b51e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/1.6/dbt_yml_files-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
"description": {
"type": "string"
},
"deprecation_date": {
"type": "string"
},
"docs": {
"$ref": "#/$defs/docs_config"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/1.7/dbt_yml_files-1.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@
"description": {
"type": "string"
},
"deprecation_date": {
"type": "string"
},
"docs": {
"$ref": "#/$defs/docs_config"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/latest/dbt_yml_files-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@
"description": {
"type": "string"
},
"deprecation_date": {
"type": "string"
},
"access": {
"type": "string",
"enum": [
Expand Down

0 comments on commit e2b51e8

Please sign in to comment.