From c70eb3353f0e163f34629af44ce7523e504375bf Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 13:27:52 +0100 Subject: [PATCH] Fix issue with newer utils versions --- dbt_project.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dbt_project.yml b/dbt_project.yml index bdf9e40..b2f00f3 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -65,6 +65,8 @@ vars: snowplow__dev_target_name: 'dev' snowplow__allow_refresh: false snowplow__enable_load_tstamp: true + + snowplow__session_timestamp: collector_tstamp # Used to manage utils version higher than 0.15.1, do not change until new base macro is used # Variables - Databricks Only # Add the following variable to your dbt project's dbt_project.yml file # Depending on the use case it should either be the catalog (for Unity Catalog users from databricks connector 1.1.1 onwards) or the same value as your snowplow__atomic_schema (unless changed it should be 'atomic')