From cde702063d1b5d0e11464dc9627d43f9a83193d6 Mon Sep 17 00:00:00 2001 From: Courtney Holcomb Date: Wed, 28 Aug 2024 16:20:34 -0700 Subject: [PATCH] Include in schema store --- dbt_semantic_interfaces/parsing/schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dbt_semantic_interfaces/parsing/schemas.py b/dbt_semantic_interfaces/parsing/schemas.py index 8278a5aa..82492931 100644 --- a/dbt_semantic_interfaces/parsing/schemas.py +++ b/dbt_semantic_interfaces/parsing/schemas.py @@ -521,6 +521,7 @@ semantic_model_defaults_schema["$id"]: semantic_model_defaults_schema, time_spine_table_configuration_schema["$id"]: time_spine_table_configuration_schema, time_spine_schema["$id"]: time_spine_schema, + custom_granularity_column_schema["$id"]: custom_granularity_column_schema, time_spine_primary_column_schema["$id"]: time_spine_primary_column_schema, export_schema["$id"]: export_schema, export_config_schema["$id"]: export_config_schema,