-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Java destinations: Move old dv2 migrators to new framework #35597
Closed
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
6f48ba2
to
f8e10db
Compare
d8d91bb
to
9b75a37
Compare
b6368f7
to
03b098c
Compare
9b75a37
to
451dead
Compare
03b098c
to
206af3f
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
451dead
to
dcf7289
Compare
206af3f
to
fab2205
Compare
dcf7289
to
6d327e3
Compare
fab2205
to
6069cd1
Compare
6d327e3
to
48521d3
Compare
6069cd1
to
5a2774a
Compare
48521d3
to
c31ad5a
Compare
5a2774a
to
501b2d2
Compare
c31ad5a
to
dd81885
Compare
6dbcb6b
to
61e34fc
Compare
0def1a5
to
016c9cb
Compare
2681c30
to
34e3b23
Compare
d5c2bce
to
61b2d99
Compare
61e34fc
to
7340a4a
Compare
This should probably be closed |
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.
my previous stack of PRs (starting with #35376) left the V1V2Migrator and V2TableMigrators as weird special things. This PR moves them to use the new Migration interface. See #35644 for destination-snowflake; I'll implement the rest after my other PRs get merged.
... given that I'm going PTO in <2 weeks, it might make sense to hold off on this for now. But wanted to get some eyes on this early, since it's probably a good idea? (i.e. we're no longer calling migrateIfNecessary on every stream/sync)