Release Notes
August 2026
v0.2.1
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v0.2.0
Under the Hood
- Migrates the
union_connections,apply_source_relation, andpartition_by_source_relationmacros to thedbt_fivetran_utilspackage. - Adds the
fivetran_using_source_casingvariable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the Additional Configurations section of the README for details.
May 2026
v0.1.0
This is the initial release of the dbt_stackadapt dbt package.
Initial Release
This package models data from Fivetran's StackAdapt connector and produces the following analytics-ready tables:
| Table | Description |
|---|---|
stackadapt__advertiser_report | Represents daily performance aggregated at the advertiser level, including impressions, clicks, spend, and conversions.Example Analytics Questions:
|
stackadapt__campaign_group_report | Represents daily performance aggregated at the campaign group level, including impressions, clicks, spend, and conversions.Example Analytics Questions:
|
stackadapt__campaign_report | Represents daily performance aggregated at the campaign level, including impressions, clicks, spend, and conversions.Example Analytics Questions:
|
stackadapt__ad_report | Represents daily performance at the individual ad level, including impressions, clicks, spend, and conversions.Example Analytics Questions:
|
stackadapt__url_report | Represents daily performance aggregated at the landing URL level, with URL components and UTM parameters parsed from click_url. Includes impressions, clicks, spend, and conversions.Example Analytics Questions:
|