github snowplow/dbt-snowplow-web 0.14.0-rc2
snowplow-web v0.14.0-rc2

latest releases: 1.0.1, 1.0.0, 0.16.2...
pre-release18 months ago

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 migrates the rest of our models (consent and custom examples) to the new materialization, and uses new macros in place of those we have deprecated.

As a reminder 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 refer to 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

Migrate from get_cluster_by and get_partition_by to get_value_by_target_type
Migrate consent and custom models to use new materialization
Remove snowplow__incremental_materialization variable

Docs

Small typo fixes
Small update to readme

Don't miss a new dbt-snowplow-web release

NewReleases is sending notifications on new releases.