From e03ab713be72784657bc64e78b153f9a85290651 Mon Sep 17 00:00:00 2001 From: Jordan Stein Date: Tue, 17 Sep 2024 12:03:41 -0700 Subject: [PATCH] update time spine --- models/marts/properties.yml | 7 +++++++ models/marts/{metricflow_time_spine.sql => time_spine.sql} | 0 2 files changed, 7 insertions(+) create mode 100644 models/marts/properties.yml rename models/marts/{metricflow_time_spine.sql => time_spine.sql} (100%) diff --git a/models/marts/properties.yml b/models/marts/properties.yml new file mode 100644 index 0000000..7d855c6 --- /dev/null +++ b/models/marts/properties.yml @@ -0,0 +1,7 @@ +models: + - name: time_spine + time_spine: + standard_granularity_column: date_day # column for the standard grain of your table + columns: + - name: date_day + granularity: day # set granularity at column-level for standard_granularity_column \ No newline at end of file diff --git a/models/marts/metricflow_time_spine.sql b/models/marts/time_spine.sql similarity index 100% rename from models/marts/metricflow_time_spine.sql rename to models/marts/time_spine.sql