Releases: snowplow/dbt-snowplow-utils
snowplow-utils v0.14.0-rc1
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:
# 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
snowplow-utils v0.13.2
Summary
This release fixes a compilation error raised if dbt compile is ran on a fresh installation of one of the dbt-snowplow packages. Under the hood we also fix the GitHub pages generation automation and update the pr template.
Features
Fix initial dbt compile error (Close #69)
Fix utils gh pages generation
Update pr template
snowplow-utils v0.13.1
Summary
This release introduces a new cross-db macro - get_array_to_string - to harmonise array to string transformations, as well as adds more features / optimisations to some of the existing macros. There are some automations and simplifications made under the hood for easier maintenance and clarity.
Features
Get string agg optimisations (Close #101)
Add get_array_to_string macro
Fix unnest macro for Postgres and snowflake (Close #105)
Add delimiter parameter to get_split_to_array (Close #106)
Tidy macro inheritance
Add warning for no data returned for model limits
Document macros in yaml, add new macro, prepare to depeciate
Add action for generating docs for pages
snowplow-utils v0.13.0
Summary
This release bumps the dependency of dbt-utils
to support v1, and therefore will remove all of the deprecation warnings being displayed for users on later versions of dbt. This version also requires dbt version 1.3 at least
Features
Bump compatibility to dbt-core@1.3 as a minimum (Close #95)
Add standard actions and templates + use utils for databricks connection
snowplow-utils v0.12.3
snowplow-utils v0.12.2
snowplow-utils v0.12.1
Summary
This release adds the capability to exclude unwanted versions from the combine_column_version macro under the new exclude_versions
argument for the macro. It accepts a list of versions to be excluded.
Features
snowplow-utils v0.12.0
Summary
This release adds the ability to create indexes in your Postgres model configs when using the snowplow incremental materialization and adds support for the dateadd
function for Databricks runtimes below 10.4.
Features
snowplow-utils v0.11.0
Summary
This release adds support for Databricks via the Spark connector for all of our macros
Features
- Add support for Databricks via Spark connector (Close #80)
snowplow-utils v0.10.0
Summary
This release adds support for Databricks for all of our macros
Features
- Add support for databricks (Close #77)