Skip to content

Commit

Permalink
Merge branch 'dbt-labs:main' into add-group
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniybobok authored Oct 20, 2023
2 parents 0197623 + d3bc0f3 commit a623edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/1.5/dbt_project-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
"type": "object"
},
"schema": {
"type": "string"
"type": ["string", "null"]
},
"sql_header": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion schemas/1.6/dbt_project-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
"type": "object"
},
"schema": {
"type": "string"
"type": ["string", "null"]
},
"sql_header": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion schemas/dbt_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
"enum": ["append_new_columns", "fail", "ignore", "sync_all_columns"]
},
"schema": {
"type": "string"
"type": ["string", "null"]
},
"sql_header": {
"type": "string"
Expand Down

0 comments on commit a623edb

Please sign in to comment.