-
Notifications
You must be signed in to change notification settings - Fork 14
feature/click-uri-updates #38
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
Conversation
packages.yml
Outdated
| # - package: fivetran/linkedin_source | ||
| # 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.
fivetran-reneeli
left a comment
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!
fivetran-avinash
left a comment
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
fivetran-catfritz
left a comment
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!
fivetran-avinash
left a comment
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 <108772760+fivetran-avinash@users.noreply.github.com>
PR Overview
This PR will address the following Issue/Feature: Issue fivetran/dbt_linkedin_source#35 and Issue fivetran/dbt_linkedin_source#30
This PR will result in the following new package version:
v0.10.0This will be a breaking change do to the addition of the new
click_uri_typefield and changes to the underlyingclick_urifield.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_typefield is populating as expected. See the results below using our seed data.click_uriandclick_uri_typefields are populating as expected.click_uriandclick_uri_typefields are populating as expected. In this screenshot we can see that thehttp://www.github.comclick_uri is showing anulluri type. This is expected because as we know from the seed data, thehttp://www.github.comclick_uri data is populated from the now deprecatedclick_urifield 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?
🔗