PR #69 includes the following updates:
Breaking Changes
- The
click_uri_type
field has been added to thestg_linkedin_ads__creative_history
model. This field allows users to differentiate which click uri type (text_ad
orspotlight
) is being used to populate the results of theclick_uri
field.- Please be aware this field only supports
text_ad
orspotlight
click uri types. If you are interested in this package supporting more click uri ad types, please let us know in this Feature Request.
- Please be aware this field only supports
Bug Fixes
- The
click_uri
field has been adjusted to populate the results following a coalesce on thetext_ad_landing_page
,spotlight_landing_page
, orclick_uri
fields.- This change is in response to a LinkedIn Ads API and Fivetran LinkedIn Ads connector update which moved
click_uri
data to either thetext_ad_landing_page
orspotlight_landing_page
fields depending on the creative type.
- This change is in response to a LinkedIn Ads API and Fivetran LinkedIn Ads connector update which moved
- Updated the
is_latest_version
window function in the following models to exclude thesource_relation
field from the partition statement whenlinkedin_ads_union_schemas
orlinkedin_ads_union_databases
variables are empty in the following models:stg_linkedin_ads__account_history
stg_linkedin_ads__campaign_group_history
stg_linkedin_ads__campaign_history
stg_linkedin_ads__creative_history
- In addition to the above, the
is_latest_version
window function within thestg_linkedin_ads__creative_history
model has been moved to the final cte to avoid possible constant expression errors within Redshift destinations.
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
Documentation Updates
- Added
click_uri_type
field documentation. - The
click_uri
field documentation has been updated to reflect the updated state of the field.
Full Changelog: v0.9.0...v0.10.0