Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

v0.6.0 dbt_reddit_ads_source

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 01 Jul 18:59
· 3 commits to main since this release
64078a3

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_tmp from ACCOUNT to BUSINESS_ACCOUNT.
  • Added the reddit_ads__using_business_account variable to control which source is used.
    • For Quickstart users, this variable is set automatically.
    • For dbt Core users, this variable is true by default, but you can set the variable to false in your dbt_project.yml to fall back to using ACCOUNT instead of BUSINESS_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