This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v0.6.0 dbt_reddit_ads_source
·
3 commits
to main
since this release
PR #14 includes the following updates:
Breaking Change
- To align with the Fivetran Reddit Ads Connector schema, updated the source referenced by
stg_reddit_ads__account_tmpfromACCOUNTtoBUSINESS_ACCOUNT. - Added the
reddit_ads__using_business_accountvariable to control which source is used.- For Quickstart users, this variable is set automatically.
- For dbt Core users, this variable is
trueby default, but you can set the variable tofalsein yourdbt_project.ymlto fall back to usingACCOUNTinstead ofBUSINESS_ACCOUNT.
Documentation
- Added documentation for
BUSINESS_ACCOUNT.
Under the Hood
- Added seed file
reddit_ads_business_account_data. - Updated the seed column types in
integration_tests/dbt_project.yml.
Full Changelog: v0.5.0...v0.6.0