-
Notifications
You must be signed in to change notification settings - Fork 981
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
ADAP-381: redshift query tagging #3046
Conversation
Hello!👋 Thanks for contributing to the dbt product documentation and opening this pull request! ✨ |
✅ Deploy Preview for docs-getdbt-com ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
02e93e5
to
2357738
Compare
Adding version blocks
Updating grammar per style guide
The originating PR was closed as stale. It looks like there may be implementation plans in the future, we can revisit this when that time comes. |
What are you changing in this pull request and why?
Associated with dbt-redshift PR #379
This pull request adds new sections to the Redshift setup and resource configuration documentation, explaining query tags and how to configure them in the dbt project file and individual models. It also includes information about the session-level scope of query tags and potential issues with incorrect tags during materialization.
Main documentation changes:
website/docs/reference/warehouse-setups/redshift-setup.md
: Added a new section explaining query tags and how to configure them in the dbt project file and individual models. [1] [2] [3]website/docs/reference/resource-configs/redshift-configs.md
: Added a new section explaining query tags and how to set them in the dbt project file and individual models. Included information about the session-level scope of query tags and potential issues with incorrect tags during materialization.