Releases: dbt-labs/snowplow
Releases · dbt-labs/snowplow
0.15.1
⛔🏚️ As of January 2023, this package is obsolete and no longer developed. We strongly recommend that you instead use the snowplow/snowplow_web package, maintained by the team at Snowplow.
Other than an updated readme reflecting the above deprecation, this release contains no changes.
Full Changelog: 0.15.0...0.15.1
0.15.0
What's Changed
- Upversion dbt-utils dependency accounting for features moved to core by @epapineau in #111
- Raise minimum dbt Core version to v1.3
New Contributors
- @epapineau made their first contribution in #111
Full Changelog: 0.14.0...0.15.0
0.14.0
0.13.3
dbt: snowplow 0.13.2
This is a bugfix release:
- Remove a duplicated test. This raises an error in dbt Core v1.0.0. By removing the duplication, the package is forward compatible with v1. (#108)
- Use
dbt_utils.unique_combination_of_columns
instead ofunique
test with manually concatenated columns. This fixes a known issue on BigQuery; it's also better overall (#108)
dbt: snowplow 0.13.1
This is a bugfix release:
- Fix ordering of arguments to
dbt_utils.datediff
insnowplow_web_timing_context
model (#106, thanks @vlambertgrove!)
dbt: snowplow 0.13.0
🚨 Breaking changes
- This package now requires dbt v0.20.0 and dbt-utils v0.7.0. dbt v0.20.0rc2 is currently available as a release candidate. If you are not ready to upgrade, consider using a previous version of this package.
- This package depends on
dbt-labs/dbt_utils
. If the latest version of another installed package depends onfishtown-analytics/dbt_utils
, you'll need to wait to upgrade. See discourse for details.
Under the hood
dbt: snowplow 0.12.0
🚨 Breaking change — this package now requires dbt v0.18.0
Quality of life:
- Use 0.18.0 functionality, in particular the
adapter.dispatch
macro (#97) - Better potential compatibility with community-contributed plugins
dbt: snowplow 0.11.0
🚨 There is a breaking change in this release — the lower bound of dbt-utils
is now 0.4.0
.
This won't affect most users, since dbt-utils was likely upgraded to achieve 0.17.0 compatibility.
Quality of life:
dbt: snowplow 0.10.0
This release incorporates changes to dbt_project.yml
in dbt v0.17.0.
Breaking changes
- Requires
dbt>=0.17.0
Features
- Optional web timing context model run on all default adapters
- Optional models (web timing, user agent) dynamically enable or disable based on the values of their associated
vars
. Previously, these models had to beenabled
in adbt_project.yml
config.
Quality of life
- Updated README to ensure example
dbt_project.yml
code adheres toconfig-version: 2
- Updated bug, feature, PR templates