Attribution
Upgrading to 0.5.0
- From now on the
snowplow__path_transforms
variable parameters only accept non-empty arrays forremove_if_last_and_not_all
andremove_if_not_all
variables instead of strings, please your variable overwrites in your dbt_project.yml accordingly. Previously you could only remove one specific channel or campaign, now you can do multiple, if needed.
dbt_project.yml
vars:
snowplow_attribution:
snowplow__path_transforms: {'exposure_path': null, 'remove_if_last_and_not_all': ['channel_to_remove_1', 'campaign_to_remove_1, 'campaign_to_remove_2']}