v0.2.0 dbt_amazon_ads_source
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
, andpremium_bid_adjustment
from thecampaign_history
table.
- Columns
🎉 Features
- Added:
- Columns
native_language_locale
to thekeyword_history
table. - Columns
budget
,budget_type
, andeffective_budget
to thecampaign_history
table.
- Columns
- 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 theid
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