-
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
destination-s3: fix issue with columnless streams #45402
Merged
stephane-airbyte
merged 1 commit into
master
from
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
Sep 19, 2024
Merged
destination-s3: fix issue with columnless streams #45402
stephane-airbyte
merged 1 commit into
master
from
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
Sep 19, 2024
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 ↗︎
|
octavia-squidington-iii
added
area/connectors
Connector related issues
CDK
Connector Development Kit
labels
Sep 11, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @stephane-airbyte and the rest of your teammates on Graphite |
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
2 times, most recently
from
September 11, 2024 18:31
18c54a7
to
8830187
Compare
johnny-schmidt
approved these changes
Sep 11, 2024
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 20:51
8830187
to
a9e57a6
Compare
stephane-airbyte
changed the base branch from
master
to
stephane/09-12-destination-s3_update_all_dependencies
September 18, 2024 20:51
stephane-airbyte
force-pushed
the
stephane/09-12-destination-s3_update_all_dependencies
branch
from
September 18, 2024 20:53
9869516
to
175e9a9
Compare
stephane-airbyte
force-pushed
the
stephane/09-12-destination-s3_update_all_dependencies
branch
from
September 18, 2024 20:54
175e9a9
to
9869516
Compare
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 20:54
a9e57a6
to
9634452
Compare
octavia-squidington-iii
added
the
area/documentation
Improvements or additions to documentation
label
Sep 18, 2024
stephane-airbyte
force-pushed
the
stephane/09-12-destination-s3_update_all_dependencies
branch
from
September 18, 2024 21:33
9869516
to
608f9c3
Compare
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 21:34
9634452
to
146625c
Compare
stephane-airbyte
changed the base branch from
stephane/09-12-destination-s3_update_all_dependencies
to
graphite-base/45402
September 18, 2024 21:52
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 21:53
146625c
to
84132dd
Compare
stephane-airbyte
force-pushed
the
graphite-base/45402
branch
from
September 18, 2024 21:53
608f9c3
to
0c9805e
Compare
stephane-airbyte
changed the base branch from
graphite-base/45402
to
master
September 18, 2024 21:53
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 21:53
84132dd
to
4e0350e
Compare
stephane-airbyte
force-pushed
the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
from
September 18, 2024 22:22
4e0350e
to
1e92493
Compare
stephane-airbyte
deleted the
stephane/09-11-destination-s3_fix_issue_with_columnless_streams
branch
September 19, 2024 15:17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
area/documentation
Improvements or additions to documentation
CDK
Connector Development Kit
connectors/destination/s3
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.
Added support for handling empty data fields in Avro records and introduced a new test case for streams with no columns.
We've agreed there's a bug in a source (uscensus) that returns a single columnless stream. There's also a bug in the platform that allows a customer to create a connection using that columnless empty stream.
While it would be ideal for the destination connector to send an (yet non existent)
UpstreamError
back to the platform, we have some configurations of S3 (CSV, Json) that just allow teh columnless records to be persisted. We're just bringing the parquet/avro to the same permissiveness