Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jun 11, 2024
1 parent b6a1549 commit b0774e9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
snowplow-attribution 0.2.1 (2024-06-11)
---------------------------------------
## Summary
This release removes null user_identifier data when the conversions_source and path_source are joined. Previously catching nulls on this field was reliant on tests only in the Unified package which was removed as it is easier to enforce this directly in the model itself.

## Features
- Exclude null user identifiers from sources

## Under the hood
- Add Redshift to tests

## Upgrading
Bump the snowplow-unified version in your `packages.yml` file.

snowplow-attribution 0.2.0 (2024-03-26)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: 'snowplow_attribution'
version: '0.2.0'
version: '0.2.1'
config-version: 2

require-dbt-version: [">=1.6.0", "<2.0.0"]
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_attribution_integration_tests'
version: '0.2.0'
version: '0.2.1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit b0774e9

Please sign in to comment.