-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix namespace of cross-db macros from dbt_utils to dbt #32
Fix namespace of cross-db macros from dbt_utils to dbt #32
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.
Hi @stumelius thank you so much for taking the time to notice these missed namespace updates. I am surprised our process missed these hanging macros. Nevertheless, I really appreciate you catching this and taking the time to open a PR to address the bug.
While this update looks great, there are a few other updates needed in order to merge into the main
branch and be released in a patch:
- Would you be able to update the semantic version of the package to increase to
0.8.1
within thedbt_project.yml
andintegration_tests/dbt_project.yml
files. - Finally, would you be able to update the CHANGELOG for the v0.8.1 release to include your update. Also be sure to include yourself in a Contributor entry!
Once those updates are applied, this will be good to merge and release!
Oh man I came here to make this PR and Simo beat me to it! 😁 Commenting to follow along since this is blocking our upgrade to the latest versions of everything. |
Thanks for the note @erika-e and raising that this is blocking other users. As that is the case, I may elect to make the required changes directly in order to prioritize getting this fix out the door. |
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.
Thanks again @stumelius for opening this PR to address the dispatch issue we originally missed in the migration update.
As this is a high priority fix, I opted to apply the updates in order to try and push the patch as soon as possible. With this, I will kick off our internal process to merge and release these updates. Thanks again for helping to open the PR and work to keep our packages updated! 🎉
@fivetran-joemarkiewicz Thanks for taking care of this! I was out for a long weekend so it's good that you went ahead and did the update :) |
Are you a current Fivetran customer?
What change(s) does this PR introduce?
Since dbt_utils 1.0.0 the cross-db macros are in the dbt namespace https://github.com/dbt-labs/dbt-utils/releases/tag/1.0.0.
Did you update the CHANGELOG?
Does this PR introduce a breaking change?
Did you update the dbt_project.yml files with the version upgrade (please leverage standard semantic versioning)? (In both your main project and integration_tests)
Is this PR in response to a previously created Bug or Feature Request
How did you test the PR changes?
Select which warehouse(s) were used to test the PR
Provide an emoji that best describes your current mood
💃
Feedback
We are so excited you decided to contribute to the Fivetran community dbt package! We continue to work to improve the packages and would greatly appreciate your feedback on our existing dbt packages or what you'd like to see next.