-
Notifications
You must be signed in to change notification settings - Fork 59
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
[Backport 1.3.latest] [CT-1469] init pr for short term python version issue fix #212
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit cb0b4f7)
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-redshift contributing guide. |
@cla-bot check |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
leahwicz
approved these changes
Nov 4, 2022
abbywh
pushed a commit
to abbywh/dbt-redshift
that referenced
this pull request
Oct 11, 2023
* Use development branch of dbt-core [skip ci] * Adapter-specific macro to show grants / get a list of table privileges from Redshift * Replace with tests that exist * Inherit functional tests for grants * Align `privilege_type` nomenclature with postgres adapter * Add new environment variables to CI * Add new environment variables to CI * Try hard-coded user names * Remove adapter-specific implementation of `get_revoke_sql` * Covert hard-code env vars to pull from GitHub secrets instead * Plain text rather than repo secrets * Filter out grants to the current user * Switch to branch with more tests [skip ci] * Ignore super users * Replace untyped constant with an explicit typed constant * Remove extraneous `pass` * Update CHANGELOG [skip ci] * Fix CHANGELOG [skip ci] * Inherit default tests * Update development branch * Point back to main branch for dbt-core
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport cb0b4f7 from #211.
changie new
to create a changelog entry