Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/snowplow ecommerce/0.5.4 #38

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_ecommerce_integration_tests'
version: '0.5.3'
version: '0.5.4'
config-version: 2

profile: 'integration_tests'
Expand Down