v0.8.0 dbt_snapchat_ads
·
46 commits
to main
since this release
This release introduces the following updates:
Breaking Changes
- Adds ad squad and campaign details to the
snapchat_ads__ad_reportmodel, so that they can eventually be incorporated in thedbt_ad_reportingpackage for thead_reporting__ad_reportmodel. Fields added are included below. (#33)ad_squad_idad_squad_namecampaign_idcampaign_name
Under The Hood
- Updated the tests to include
ad_squad_idandcampaign_idinsnapchat.ymlforsnapchat_ads__ad_reportandsnapchat_ads__url_reportto more closely align with other ad reporting packages. (#33) - Added integrity test to ensure the
snapchat_ads__ad_reportmaintains the same row grain count forad_idanddate_daybetweens the source and end models. (#33) - Updated validation tests in the
integration_testsfolder to check for discrepancies betweenconversionsandconversions_value. (#33)
Documentation
- Added Quickstart model counts to README. (#30)
- Corrected references to connectors and connections in the README. (#30)
- Updated
snapchat.ymlwith new above field additions. (#33)
Contributors
Full Changelog: v0.7.0...v0.8.0