-
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
WIP: Load CDK BulkLoad interface + MSSQL V2 Usage #55671
Closed
johnny-schmidt
wants to merge
2
commits into
jschmidt/s3v2/s3-uses-new-interface
from
jschmidt/mssql-v2/bulk-load-uses-new-interface
Closed
WIP: Load CDK BulkLoad interface + MSSQL V2 Usage #55671
johnny-schmidt
wants to merge
2
commits into
jschmidt/s3v2/s3-uses-new-interface
from
jschmidt/mssql-v2/bulk-load-uses-new-interface
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 ↗︎
|
d622f38
to
8a2188f
Compare
7da16c8
to
1414b6a
Compare
8a2188f
to
9b08cdb
Compare
1414b6a
to
c36ec24
Compare
c36ec24
to
4e1205b
Compare
9b08cdb
to
ea12643
Compare
4e1205b
to
3033c27
Compare
6215ea1
to
452e0fd
Compare
ea12643
to
1d98570
Compare
452e0fd
to
b750061
Compare
35a7e69
to
6e292e9
Compare
1f77bde
to
1b72de1
Compare
f1a6b7b
to
53cbe5a
Compare
Closing b/c the rebase after beta was so gnarly I rewrote/cherry-picked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
CDK
Connector Development Kit
connectors/destination/mssql-v2
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.
What
Migrates MSSQL to the new LoadPipeline CDK interface.
Practical implication: you can now do the upload-to-azure part in parallel while still limiting the load-into-mssql step to 1 thread per stream.
LoadStrategy
to support itCondition
that checks the config (so StandardInsert is probably broken until that)