Skip to content

Commit

Permalink
Allow snowflake_warehouse in dbt_project.yml seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
joellabes committed Oct 4, 2024
1 parent a561b58 commit bffd026
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/latest/dbt_project-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,9 @@
"+schema": {
"$ref": "#/$defs/schema"
},
"+snowflake_warehouse": {
"$ref": "#/$defs/snowflake_warehouse"
},
"+tags": {
"$ref": "#/$defs/tags"
},
Expand Down Expand Up @@ -848,6 +851,9 @@
"schema": {
"$ref": "#/$defs/schema"
},
"snowflake_warehouse": {
"$ref": "#/$defs/snowflake_warehouse"
},
"tags": {
"$ref": "#/$defs/tags"
},
Expand Down

0 comments on commit bffd026

Please sign in to comment.