Skip to main content

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 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 the dbt_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
Was this page helpful?