From c70eb3353f0e163f34629af44ce7523e504375bf Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 13:27:52 +0100 Subject: [PATCH 1/2] 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') From b652e59812759aae2c9d1416f100b981c9840626 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 3 Oct 2023 13:28:40 +0100 Subject: [PATCH 2/2] Prepare for release --- CHANGELOG | 11 +++++++++++ dbt_project.yml | 2 +- integration_tests/dbt_project.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e5c92b9..b4db66b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,14 @@ +snowplow-ecommerce 0.5.3 (2023-10-04) +--------------------------------------- +## Summary +This release fixes an issue for users using a utils version 0.15.1 or greater. + +## Fixes +Fix error with new utils version on end hook. + +## Upgrading +To upgrade simply bump the snowplow-ecommerce version in your `packages.yml` file. + snowplow-ecommerce 0.5.3 (2023-09-12) --------------------------------------- ## Summary diff --git a/dbt_project.yml b/dbt_project.yml index b2f00f3..35f889f 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ name: 'snowplow_ecommerce' -version: '0.5.3' +version: '0.5.4' config-version: 2 require-dbt-version: [">=1.4.0", "<2.0.0"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 083c699..86c81d8 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_ecommerce_integration_tests' -version: '0.5.3' +version: '0.5.4' config-version: 2 profile: 'integration_tests'