-
Notifications
You must be signed in to change notification settings - Fork 79
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
Allow to find table in temporary schema for Redshift #358
Conversation
Thanks, this is amazing! A slew of tests now pass on Redshift, 4025336. The only thing that seems to be missing now is |
Also, I'd appreciate a brief review of my CTE rewrite. |
The changes look great. I also added support for |
Thanks a lot, this looks great! A few remarks:
Would you like to take another stab? |
d50fdde
to
628f2aa
Compare
Sure
|
With all tests enabled. Thanks a lot! |
One more thing: do you agree to contribute under the MIT license? Please indicate your consent or disapproval in #312. Thanks! |
Issue:
Using
is nice solution but it do not return temporary schema same as
current_schemas(true)
.This change works correctly with temp schema after creating temporary table in Redshift.