Skip to content

Commit

Permalink
rebuild manifest missed fields
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 30, 2023
1 parent c4f09b1 commit 5ea2b0f
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions schemas/dbt/manifest/v11.json
Original file line number Diff line number Diff line change
Expand Up @@ -4610,6 +4610,21 @@
}
],
"default": null
},
"join_to_timespine": {
"type": "boolean",
"default": false
},
"fill_nulls_with": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -5137,6 +5152,17 @@
],
"default": null
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"role": {
"anyOf": [
{
Expand Down Expand Up @@ -5257,6 +5283,17 @@
],
"default": null
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"create_metric": {
"type": "boolean",
"default": false
Expand Down Expand Up @@ -5381,6 +5418,17 @@
],
"default": null
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"is_partition": {
"type": "boolean",
"default": false
Expand Down Expand Up @@ -5521,6 +5569,17 @@
],
"default": null
},
"label": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"defaults": {
"anyOf": [
{
Expand Down

0 comments on commit 5ea2b0f

Please sign in to comment.