Fractribution
Upgrading to 0.3.0โ
- Version 1.4.0 of
dbt-core
now required - You must add the following to the top level of your project yamldbt_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.yml
file snowplow__path_transforms
variable 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-core
now 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