-
Notifications
You must be signed in to change notification settings - Fork 19
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
Column Migration: process migrations in batches #2506
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.
e4cae93
to
94d70d4
Compare
3b68adc
to
0c7192f
Compare
0c7192f
to
6e27793
Compare
@williamhbaker added a commit for supporting migration from integer to number as well to this same PR |
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 for the number migrations.
It would be nice to cover materialize-azure-fabric-warehouse
for the number migration case as well. It does migrations a little differently since it doesn't support dropping columns, but it might be fairly trivial to add these cases to it if they can use the default CAST syntax.
Description:
I have been unable to run tests on all connectors, I think the credentials / env for motherduck and redshift seem to have changed and I don't have credentials for cratedb
Workflow steps:
(How does one use this feature, and how has it changed)
Documentation links affected:
(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)
Notes for reviewers:
(anything that might help someone review this PR)
This change is