Skip to content

v0.10.0 dbt_linkedin

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 16 Dec 18:57
15e32ce

PR #38 includes the following updates:

Breaking Changes

  • The click_uri_type field has been added to the below mentioned models. This field allows users to differentiate which click uri type (text_ad or spotlight) is being used to populate the results of the click_uri field. Please be aware this field only supports text_ad or spotlight click uri types. If you are interested in this package supporting more click uri ad types, please let us know in this Feature Request.
    • stg_linkedin_ads__creative_history (in the dbt_linkedin_source package)
    • linkedin_ads__creative_report
    • linkedin_ads__url_report

Bug Fixes (upstream dbt_linkedin_source change)

  • The click_uri field has been adjusted to populate the results following a coalesce on the text_ad_landing_page, spotlight_landing_page, or click_uri fields. For more details refer to dbt_linkedin_source v0.10.0 release notes.

Documentation Updates

  • The click_uri field documentation has been updated to reflect the updated state of the field.
  • Included a new DECISIONLOG.md entry to highlight why it's possible metrics don't add up across different grains.

Under the Hood

  • Updates to the linkedin_creative_history_data seed file to include the following new fields to ensure accurate data validation tests:
    • text_ad_landing_page
    • spotlight_landing_page

Full Changelog: v0.9.1...v0.10.0