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