diff --git a/CHANGELOG b/CHANGELOG index 37a9e167..8d7607fb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/dbt_project.yml b/dbt_project.yml index 508be61b..2ebb4a37 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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"] diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index bcbc951c..022441f0 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'snowplow_unified_integration_tests' -version: '0.4.3' +version: '0.4.4' config-version: 2 profile: 'integration_tests'