Skip to content

dbt: snowplow 0.10.0

Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 12 Jun 20:21
ac423b6

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 be enabled in a dbt_project.yml config.

Quality of life

  • Updated README to ensure example dbt_project.yml code adheres to config-version: 2
  • Updated bug, feature, PR templates