-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/click uri deprecation #69
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed! Another question I had was I wanted to confirm text_ad_landing_page
and spotlight_landing_page
are exclusive? So there's no case where customer can have both.
never mind-- I see the internal thread that this has been discussed already!
@fivetran-reneeli, confirmed with product and engineering that it is exclusive. You will not have both. It will always either be one or the other. See my other responses in the comments above. Let me know if you have other questions. |
Thanks @fivetran-joemarkiewicz just followed up! And regarding the ad type exclusivity, I saw the internal thread that this has been discussed already! |
Thanks @fivetran-reneeli! I just made the change in the CHANGELOG to reflect the proper macro name. This should be good for re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-joemarkiewicz A few comments before release, but nothing blocking. Approved!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fivetran-joemarkiewicz I was able to run the package updates and see that the click_uri
coalesce is working properly, and the click_uri_type
is populated correctly. I also tested the partitioning and source_relation
logic, and that is compiling correctly. LGTM!
- 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` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might request adding a "Documentation" section, similar to what you have in the Transform, to update customers on what these click_uri
fields now represent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small suggestion but otherwise LGTM!
Thanks for the suggestion @fivetran-avinash, applied the suggestion and getting ready for release! |
PR Overview
This PR will address the following Issue/Feature: LinkedIn Ads Issue #35
This PR will result in the following new package version:
v0.10.0
This will be a breaking change since we are adding a new field. Additionally, there are major changes to the
click_uri
field to support the new LinkedIn Ads API and connector schema updates. Therefore, it would be most appropriate to list this as a breaking change so users are made fully aware.Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
PR Checklist
Basic Validation
Please acknowledge that you have successfully performed the following commands locally:
Before marking this PR as "ready for review" the following have been applied:
Detailed Validation
Please share any and all of your validation steps:
Please see the downstream dbt_linkedin PR #38 for further validation details.
Additionally, I was able to confirm the
click_uri
andclick_uri_type
fields were populating as expected in thestg_linkedin_ads__creative_history
model. You can see the text_ad and spotlight types populating as expected. However, thenull
records forhttp://www.github.com
are expected since they are populated by the deprecatedclick_uri
(per the seed data) field and should be displayed asnull
.If you had to summarize this PR in an emoji, which would it be?
🔗