-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Redshift catalog generation (#831) #866
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.
looks great. I defer to @drewbanin on the correctness of the operation SQL.
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.
LGTM! Ship it :)
75eb4d5
to
2dbb803
Compare
2dbb803
to
1490335
Compare
I did a bunch of rebasing to cleanup the history, but the code is the same - once tests pass I'll merge this branch in. |
1490335
to
d70e275
Compare
d70e275
to
526a449
Compare
Generate catalog + manifest on redshift (including for late-binding views), fixes #831
This also exposed a bug where the get_catalog() method on the adapter doesn't clear its transaction, so I fixed that.