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

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 of the package begins the migration away from our snowplow_incremental materialization and uses 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

Use new materialization

Installing

To install this version, use the following in your packages.yml file:

packages:
  - package: snowplow/snowplow_web
    version: 0.14.0-rc1

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

NewReleases is sending notifications on new releases.