Skip to content

Commit

Permalink
Rebased and used the newly released version updates instead of the lo…
Browse files Browse the repository at this point in the history
…cal copy of dsi
  • Loading branch information
theyostalservice committed Dec 16, 2024
1 parent 73d7648 commit f2b8786
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
1 change: 0 additions & 1 deletion editable-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
-e ./core
-e /Users/patricky/git/dbt-semantic-interfaces
2 changes: 1 addition & 1 deletion schemas/dbt/catalog/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.9.0b4"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down
26 changes: 26 additions & 0 deletions schemas/dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -19781,6 +19781,19 @@
"name"
]
}
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -21399,6 +21412,19 @@
"name"
]
}
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
},
"additionalProperties": false,
Expand Down
5 changes: 3 additions & 2 deletions schemas/dbt/run-results/v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.9.0b4"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down Expand Up @@ -55,7 +55,8 @@
"success",
"error",
"skipped",
"partial success"
"partial success",
"no-op"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/dbt/sources/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.9.0b4"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down

0 comments on commit f2b8786

Please sign in to comment.