-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug Fix] Zendesk hyperlink additions #9
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.
@fivetran-avinash these changes look great to me! I have just a few notes for you to address before approval.
CHANGELOG.md
Outdated
# dbt_unified_rag v0.1.0-a3 | ||
[PR #9](https://github.com/fivetran/dbt_unified_rag/pull/9) includes the following updates: | ||
|
||
## Bug Fix |
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.
Since this is going to be updating the underlying data flowing into the incremental model, we should callout that a full refresh is required when making this upgrade.
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.
Updated.
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 Ready 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.
lgtm!
PR Overview
This PR will address the following Issue/Feature: [#8]
This PR will result in the following new package version: v0.1.0-a3
Fixed Zendesk URLs so it produced hyperlinks. Didn't really change any fields though.
Please provide the finalized CHANGELOG entry which details the relevant changes included in this PR:
Bug Fix
url
logic instg_rag_zendesk__ticket
to provide the proper clickable URL to Zendesk tickets. This way, theurl_reference
in therag__unified_document
properly generates a hyperlink for Zendesk documents.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:
Checked to see if the Zendesk hyperlinks properly generated the specified format, based on Help Center docs.
If you had to summarize this PR in an emoji, which would it be?
🔗