-
Notifications
You must be signed in to change notification settings - Fork 12
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-updates #38
Conversation
packages.yml
Outdated
# version: [">=0.10.0", "<0.11.0"] | ||
- git: https://github.com/fivetran/dbt_linkedin_source.git | ||
revision: feature/click-uri-deprecation | ||
warn-unpinned: false |
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.
Will update before merge and release.
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.
Looks good with just one question!
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 PR approved, with standard reminder to update packages.yml
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!
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!
Co-authored-by: Avinash Kunnath <[email protected]>
PR Overview
This PR will address the following Issue/Feature: Issue #35 and Issue #30
This PR will result in the following new package version:
v0.10.0
This will be a breaking change do to the addition of the new
click_uri_type
field and changes to the underlyingclick_uri
field.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 successful validation test results below:
In addition to the validations succeeding above, I was able to confirm the new
click_uri_type
field is populating as expected. See the results below using our seed data.click_uri
andclick_uri_type
fields are populating as expected.click_uri
andclick_uri_type
fields are populating as expected. In this screenshot we can see that thehttp://www.github.com
click_uri is showing anull
uri type. This is expected because as we know from the seed data, thehttp://www.github.com
click_uri data is populated from the now deprecatedclick_uri
field from the source package. This should appropriately not have a click_uri_type. Only the now supported text_ad and spotlight types should populate.If you had to summarize this PR in an emoji, which would it be?
🔗