diff --git a/schemas/dbt/manifest/v11.json b/schemas/dbt/manifest/v11.json index a9dbd5cf32f..431641576eb 100644 --- a/schemas/dbt/manifest/v11.json +++ b/schemas/dbt/manifest/v11.json @@ -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, @@ -5137,6 +5152,17 @@ ], "default": null }, + "label": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "role": { "anyOf": [ { @@ -5257,6 +5283,17 @@ ], "default": null }, + "label": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "create_metric": { "type": "boolean", "default": false @@ -5381,6 +5418,17 @@ ], "default": null }, + "label": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "is_partition": { "type": "boolean", "default": false @@ -5521,6 +5569,17 @@ ], "default": null }, + "label": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "defaults": { "anyOf": [ {