diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index 36c8041..cc5bf15 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -348,19 +348,7 @@ "type": "string" }, "time_granularity": { - "enum": [ - "nanosecond", - "microsecond", - "millisecond", - "second", - "minute", - "hour", - "day", - "week", - "month", - "quarter", - "year" - ] + "type": "string" }, "type_params": { "type": "object" @@ -1329,19 +1317,7 @@ "type": "string" }, "grain_to_date": { - "enum": [ - "nanosecond", - "microsecond", - "millisecond", - "second", - "minute", - "hour", - "day", - "week", - "month", - "quarter", - "year" - ] + "type": "string" }, "period_agg": { "enum": [ @@ -1882,6 +1858,9 @@ "filter": { "type": "string" }, + "offset_to_grain": { + "type": "string" + }, "offset_window": { "type": "string" }