-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Destinations CDK: Avoid issuing multiple create schema calls per stream. #38357
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1a5dad4
to
6418310
Compare
6418310
to
dd68b86
Compare
dd68b86
to
6a28525
Compare
6a28525
to
d369bc7
Compare
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.
can you add a TODO delete this; superseded by DestinationHandler#createNamespaces
to https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/java/airbyte-cdk/typing-deduping/src/main/kotlin/io/airbyte/integrations/base/destination/typing_deduping/SqlGenerator.kt#L37 ?
d369bc7
to
d7bca46
Compare
What
Decoupling the create namespace call from per-stream operation interface.
This will be called in SyncOperation with distinct set of namespaces required within the Sync.
Review guide
User Impact
Can this PR be safely reverted and rolled back?