Fractribution
Upgrading to 0.3.0
- Version 1.4.0 of 
dbt-corenow required - You must add the following to the top level of your project yaml
# dbt_project.yml
...
dispatch:
- macro_namespace: dbt
search_order: ['snowplow_utils', 'dbt'] - Other changes required by snowplow-utils version 0.14.0
 - Other changes required by snowplow-web version 0.14.0, in particular the deduplication logic for Redshift and Postgres users
 
Upgrading to 0.2.0
- Variable names are now prefixed with 
snowplow__, please align the new ones found in thedbt_project.ymlfile snowplow__path_transformsvariable is a dictionary instead of an array and that the path transform names have also changed (e.g:Exposure->exposure_path). See docs for the latest values- Version 1.3.0 of 
dbt-corenow required - The python scripts have changed and been renamed per warehouse, please ensure you run the correct version and/or pull the latest docker image