Skip to content

Commit

Permalink
Add property: "delimiter" in seed-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouta-fujimura committed Oct 20, 2024
1 parent bffd026 commit cb4fcfe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schemas/1.7/dbt_project-1.7.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@
"+database": {
"$ref": "#/$defs/database"
},
"+delimiter": {
"$ref": "#/$defs/delimiter"
},
"+enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
Expand Down Expand Up @@ -831,6 +834,9 @@
"database": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"file_format": {
"type": "string"
},
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 @@ -328,6 +328,9 @@
"database": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
Expand Down
6 changes: 6 additions & 0 deletions schemas/dbt_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,9 @@
"+database": {
"$ref": "#/$defs/database"
},
"+delimiter": {
"$ref": "#/$defs/delimiter"
},
"+enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
Expand Down Expand Up @@ -780,6 +783,9 @@
"database": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"file_format": {
"type": "string"
},
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 @@ -559,6 +559,9 @@
"database": {
"type": "string"
},
"delimiter": {
"type": "string"
},
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
Expand Down

0 comments on commit cb4fcfe

Please sign in to comment.