-
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: Set default namespace lower in the async framework call stack #38086
Destinations CDK: Set default namespace lower in the async framework call stack #38086
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. |
7fa81d6
to
82331ab
Compare
@gisripa I got sketched out by some of our catalog/stream handling when I was moving the default namespace stuff into CatalogParser. This PR pushes that logic from AsyncStreamConsumer into BufferEnqueue, which I think means:
(I need to restack #38075 onto this pr now) |
82331ab
to
ec47982
Compare
d361d45
to
3dfed9e
Compare
ec47982
to
0c254d5
Compare
@@ -244,20 +244,6 @@ abstract class AbstractJdbcDestination<DestinationState : MinimumDestinationStat | |||
outputRecordCollector: Consumer<AirbyteMessage> | |||
): SerializedAirbyteMessageConsumer? { | |||
val database = getDatabase(getDataSource(config)) | |||
// Short circuit for non-v2 destinations. |
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.
pre-dv2 destinations no longer exist. Delete this.
(sort of... technically they exist, but we'll just bring them up to scratch when we next work on them)
03051ed
to
d570a3d
Compare
3dfed9e
to
a3bb96c
Compare
d570a3d
to
eb2deb2
Compare
a3bb96c
to
eca8010
Compare
eb2deb2
to
1571a5f
Compare
eca8010
to
7058132
Compare
1571a5f
to
3384ef0
Compare
closes https://github.com/airbytehq/airbyte-internal-issues/issues/2413 ?