From b30e77a7f2119f704436df15f2ded636c6e3ee82 Mon Sep 17 00:00:00 2001 From: Chenyu Li Date: Thu, 19 Dec 2024 12:54:34 -0800 Subject: [PATCH] bump artifact --- dbt/manifest/v12.json | 104 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) diff --git a/dbt/manifest/v12.json b/dbt/manifest/v12.json index 21f2a9a..9c6413d 100644 --- a/dbt/manifest/v12.json +++ b/dbt/manifest/v12.json @@ -4777,6 +4777,47 @@ } ], "default": null + }, + "freshness": { + "anyOf": [ + { + "type": "object", + "title": "ModelFreshness", + "properties": { + "build_after": { + "type": "object", + "title": "ModelBuildAfter", + "properties": { + "count": { + "type": "integer", + "default": 0 + }, + "period": { + "enum": [ + "minute", + "hour", + "day" + ], + "default": "hour" + }, + "depends_on": { + "enum": [ + "all", + "any" + ], + "default": "any" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false, @@ -7752,6 +7793,17 @@ ], "default": null }, + "loaded_at_query": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "freshness": { "anyOf": [ { @@ -14574,6 +14626,47 @@ } ], "default": null + }, + "freshness": { + "anyOf": [ + { + "type": "object", + "title": "ModelFreshness", + "properties": { + "build_after": { + "type": "object", + "title": "ModelBuildAfter", + "properties": { + "count": { + "type": "integer", + "default": 0 + }, + "period": { + "enum": [ + "minute", + "hour", + "day" + ], + "default": "hour" + }, + "depends_on": { + "enum": [ + "all", + "any" + ], + "default": "any" + } + }, + "additionalProperties": false + } + }, + "additionalProperties": false + }, + { + "type": "null" + } + ], + "default": null } }, "additionalProperties": false, @@ -17540,6 +17633,17 @@ ], "default": null }, + "loaded_at_query": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ], + "default": null + }, "freshness": { "anyOf": [ {