-
Notifications
You must be signed in to change notification settings - Fork 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
feat: add environment variables for tag database and schema #49
feat: add environment variables for tag database and schema #49
Conversation
Hi @jamesweakley, any chance this could be reviewed? This feature would be really useful for us. Really appreciate the work you've done on this package. |
Hi @arjunthangaraj, apologies for the delay. The change looks good to me, thanks for contributing it. I can't approve the merge but hopefully @JFrackson or another maintainer can. |
Hi @JFrackson, @mbhoopathy, @alfredodimassimo. Any chance we can get some reviews on this? :) Thanks |
Hi @JFrackson @alfredodimassimo @mbhoopathy , Could we get some reviews on this please? Thanks. |
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 to me!
Thanks for this change and sorry about the delay with the review! Merging and releasing now |
This PR is for adding the environment variables for tag database and schema which should allow users to create the tag in different centralised location and use it in the models. This is for the issue mentioned here.
If not given any environment variables, the existing functionality will not get affected and tags will be created in the same database and schema as models.
README.md has been updated with the details and it is tested with the sample model on dbt v1.6.