Skip to content

dbt_tiktok_ads_source 0.2.0

Compare
Choose a tag to compare
@fivetran-sheringuyen fivetran-sheringuyen released this 01 Sep 16:16
· 62 commits to main since this release
b086dc4

PR #3 applies the following updates:

πŸŽ‰ Feature Enhancements πŸŽ‰

  • Inclusion of passthrough metrics:
    • tiktok_ads__ad_group_hourly_passthrough_metrics
    • tiktok_ads__ad_hourly_passthrough_metrics
    • tiktok_ads__campaign_hourly_passthrough_metrics

This applies to all passthrough columns within the dbt_tiktok_ads_source package and not just the tiktok_ads__ad_group_hourly_passthrough_metrics example.

vars:
  tiktok_ads__ad_group_hourly_passthrough_metrics:
    - name: "my_field_to_include" # Required: Name of the field within the source.
      alias: "field_alias" # Optional: If you wish to alias the field within the staging model.
  • Casts all timestamp fields using dbt_utils.type_timestamp() and rounds all monetary fields
  • Adds not-null tests to key fields
  • Introduces the identifier variable for all source models
  • Add enable configs for this specific ad platform, for use in the Ad Reporting rollup package