Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Jun 12, 2024
1 parent e2bb39d commit dfeeb78
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
snowplow-unified 0.4.2 (2024-06-12)
---------------------------------------
## Summary
This release introduces enhancements to the initialization checks and refinements in data handling, particularly in Databricks/Spark environments. These updates ensure smoother operations and better data integrity checks.

## Features
- Introduced a new validation test to halt the process early if all required seeds are not present in the data warehouse. This ensures all necessary data components are available before proceeding.

## Fixes
- Revised the field casting approach within Databricks/Spark to enhance data handling and compatibility.
- Removed the non-null constraint test on `user_identifier` to prevent unnecessary validation errors and allow for more flexible data integration.

## Upgrading
Update the snowplow-unified version in your `packages.yml` file to take advantage of these improvements.

snowplow-unified 0.4.1 (2024-05-13)
---------------------------------------
## Summary
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_unified'
version: '0.4.1'
version: '0.4.2'
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_unified_integration_tests'
version: '0.4.1'
version: '0.4.2'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit dfeeb78

Please sign in to comment.