snowplow-utils v0.14.0-rc1
Pre-releaseSummary
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:
# 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
Installing
To install this version, use the following in your packages.yml
file:
packages:
- package: snowplow/snowplow_utils
version: 0.14.0-rc1