Skip to content

v0.2.0 dbt_amazon_ads_source

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 26 Jul 12:19
· 13 commits to main since this release
2f58edd

PR #11 includes the following updates:

🚨 Breaking changes

  • This release is labeled breaking to reflect the Fivetran Amazon Ads connector's upgrade from version 2 to 3 of the Sponsored Products API. Further details are also available in the June 2023 release notes.
  • Removed:
    • Columns campaign_type, daily_budget, placement, and premium_bid_adjustment from the campaign_history table.

🎉 Features

  • Added:
    • Columns native_language_locale to the keyword_history table.
    • Columns budget, budget_type, and effective_budget to the campaign_history table.
  • Updated documentation with descriptions of the new columns.

🚘 Under the Hood

  • Any id fields that were not already data type STRING have been casted to STRING. This ensures smoother joins in downstream models.
  • get_*_column macros now set the data type of the id column from INTEGER to STRING.
  • Updated testing seed data to reflect the column changes.
  • Updated discrepancies between seed data and documentation.

PR #8 includes the following updates:

  • Incorporated the new fivetran_utils.drop_schemas_automation macro into the end of each Buildkite integration test job.
  • Updated the pull request templates.

Full Changelog: v0.1.1...v0.2.0