Skip to content
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

Conversation

stephane-airbyte
Copy link
Contributor

@stephane-airbyte stephane-airbyte commented Sep 11, 2024

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

Copy link

vercel bot commented Sep 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 10:29pm

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues CDK Connector Development Kit labels Sep 11, 2024
Copy link
Contributor Author

stephane-airbyte commented 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 Graphite

@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch 2 times, most recently from 18c54a7 to 8830187 Compare September 11, 2024 18:31
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from 8830187 to a9e57a6 Compare September 18, 2024 20:51
@stephane-airbyte stephane-airbyte changed the base branch from master to stephane/09-12-destination-s3_update_all_dependencies September 18, 2024 20:51
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-s3_update_all_dependencies branch from 9869516 to 175e9a9 Compare September 18, 2024 20:53
@stephane-airbyte stephane-airbyte marked this pull request as ready for review September 18, 2024 20:54
@stephane-airbyte stephane-airbyte requested a review from a team as a September 18, 2024 20:54
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-s3_update_all_dependencies branch from 175e9a9 to 9869516 Compare September 18, 2024 20:54
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from a9e57a6 to 9634452 Compare September 18, 2024 20:54
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Sep 18, 2024
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-s3_update_all_dependencies branch from 9869516 to 608f9c3 Compare September 18, 2024 21:33
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from 9634452 to 146625c Compare September 18, 2024 21:34
@stephane-airbyte 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 stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from 146625c to 84132dd Compare September 18, 2024 21:53
@stephane-airbyte stephane-airbyte changed the base branch from graphite-base/45402 to master September 18, 2024 21:53
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from 84132dd to 4e0350e Compare September 18, 2024 21:53
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-11-destination-s3_fix_issue_with_columnless_streams branch from 4e0350e to 1e92493 Compare September 18, 2024 22:22
@stephane-airbyte stephane-airbyte merged commit fcbbd43 into master Sep 19, 2024
34 checks passed
@stephane-airbyte 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants