airbyte
airbyte copied to clipboard
Destinations CDK: Set default namespace lower in the async framework call stack
closes https://github.com/airbytehq/airbyte-internal-issues/issues/2413 ?
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
airbyte-docs | ⬜️ Ignored (Inspect) | Visit Preview | May 10, 2024 5:18pm |
-
#38086
👈
-
#38067
: 1 other dependent PR (#38622
)
-
#38331
-
#38075
-
#38121
: 1 other dependent PR (#39107
)
-
#38770
-
master
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @edgao and the rest of your teammates on Graphite
@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:
- all async framework code operates on the "real" record/state/stream_status messages (with null namespace)
- and all destinations code still operates on the nonnull namespace
(I need to restack https://github.com/airbytehq/airbyte/pull/38075 onto this pr now)