Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Mar 6, 2023
1 parent 4c405a6 commit 2a14f30
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
snowplow-utils 0.14.0-rc1 (2023-03-06)
---------------------------------------
## Summary
**This is a pre-release version of the package, we believe it to be in working condition but you may encounter bugs and some features may change before the final release.**

This version of the package begins the migration away from our `snowplow_incremental` materialization and instead provides an overwrite to the standard `incremental` materialization to provide the same performance improvements but in a simpler way. We expect users should see little to no performance change from the previous version, please let us know if you see performance degradation for large volumes of data.

Users will need to add the following to their `dbt_project.yml` to benefit from the enhancements:
```yaml
# dbt_project.yml
...
dispatch:
- macro_namespace: dbt
search_order: ['snowplow_utils', 'dbt']
```

For custom models and more details, please see more details on our temporary docs page: https://docs.snowplow.io/docs/modeling-your-data/modeling-your-data-with-dbt/dbt-advanced-usage/dbt-incremental-logic-pre-release/

## Features
Deprecated old materialization
Add get_merge_sql for materialization
Fix a broken github action for our github pages

snowplow-utils 0.13.2 (2023-02-21)
---------------------------------------
## 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_utils'
version: '0.13.2'
version: '0.14.0-rc1'
config-version: 2

require-dbt-version: [">=1.4.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_utils_integration_tests'
version: '0.13.2'
version: '0.14.0-rc1'
config-version: 2

profile: 'integration_tests'
Expand Down

0 comments on commit 2a14f30

Please sign in to comment.