Skip to content

v0.8.0 dbt_snapchat_ads

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 19 Feb 22:26
· 46 commits to main since this release
2bcce68

This release introduces the following updates:

Breaking Changes

  • Adds ad squad and campaign details to the snapchat_ads__ad_report model, so that they can eventually be incorporated in the dbt_ad_reporting package for the ad_reporting__ad_report model. Fields added are included below. (#33)
    • ad_squad_id
    • ad_squad_name
    • campaign_id
    • campaign_name

Under The Hood

  • Updated the tests to include ad_squad_id and campaign_id in snapchat.yml for snapchat_ads__ad_report and snapchat_ads__url_report to more closely align with other ad reporting packages. (#33)
  • Added integrity test to ensure the snapchat_ads__ad_report maintains the same row grain count for ad_id and date_day betweens the source and end models. (#33)
  • Updated validation tests in the integration_tests folder to check for discrepancies between conversions and conversions_value. (#33)

Documentation

  • Added Quickstart model counts to README. (#30)
  • Corrected references to connectors and connections in the README. (#30)
  • Updated snapchat.yml with new above field additions. (#33)

Contributors

Full Changelog: v0.7.0...v0.8.0