Skip to content

v1.2.0 dbt_reddit_ads

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 08 Dec 17:29
· 1 commit to main since this release
d162c6f

PR #30 includes the following updates:

Schema/Data Change

2 total changes • 2 possible breaking changes

Data Model(s) Change type Old New Notes
stg_reddit_ads__account Removed Column status Removes the status field from the account staging model.
reddit_ads__account_report Removed Column status Removes the status field from the account report model. This is a breaking change as status was previously part of the aggregation grain (included in the GROUP BY), so this change will alter the granularity of the reporting table. Users who previously relied on account-level reporting by status will need to adjust their downstream queries and models accordingly.

Documentation

  • Removes status column documentation from all relevant YAML files (src_reddit_ads.yml, stg_reddit_ads.yml, reddit_ads.yml).
  • Removes status documentation block from docs.md.

Under the Hood

  • Updates get_account_columns macro to exclude the status field.
  • Updates integration test seeds to remove the status column from account data CSVs.

Full Changelog: v1.1.0...v1.2.0