Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Jun 26, 2024
1 parent aaa0edb commit 503346d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
snowplow-unified 0.4.4 (2024-06-26)
---------------------------------------
## Summary
This release adds early-release support for running the models on a Snowflake lake loader Iceberg table. Please note this feature is actively in testing and not all features of the package may work as expected. Please [let us know](https://github.com/snowplow/dbt-snowplow-unified/issues/new/choose) if you find any issues.

## Features
- Add early release support for Snowflake Iceberg events tables via lake loader

# Optimizations
- Remove unused columns and attempt to improve window functions in user_sessions_this_run

## Under the hood
- Alter GH action to remove fail-fast on integration tests

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

snowplow-unified 0.4.3 (2024-06-24)
---------------------------------------
## 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.3'
version: '0.4.4'
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.3'
version: '0.4.4'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 503346d

Please sign in to comment.