Skip to content

v0.3.1 dbt_reddit_ads

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 13 Nov 22:05
2363c9c

PR #15 includes the following updates:

Bug Fix

  • Ensures the addition of conversion metrics in v0.3.0 is truly backwards compatible and will avoid duplicate column errors regardless of any pre-existing configurations.
    • Specifically, if you were previously utilizing passthrough column variables to include fields called conversions, view_through_conversions, total_value, or total_items, the package's version of these fields will take precedence. Your fields will be included as well, but suffixed with a _c.

Under the Hood

  • Creates the reddit_ads_persist_pass_through_columns macro to support the above behavior.
  • Updates consistency validation tests (maintainers only) to include conversion metric comparisons.

Documentation

Full Changelog: v0.3.0...v0.3.1