Source S3: update block size for json - #21210
Merged
Artem Inzhyyants (artem1205) merged 3 commits intoJan 10, 2023
Merged
Conversation
Contributor
Author
|
/test connector=connectors/source-s3
Build PassedTest summary info: |
Artem Inzhyyants (artem1205)
requested review from
Arsen Losenko (arsenlosenko) and
Baz (bazarnov)
January 10, 2023 18:13
Baz (bazarnov)
approved these changes
Jan 10, 2023
Contributor
Author
|
/publish connector=connectors/source-s3
if you have connectors that successfully published but failed definition generation, follow step 4 here |
Octavia Squidington III (octavia-squidington-iii)
temporarily deployed
to
more-secrets
January 10, 2023 19:17 — with
GitHub Actions
Inactive
Octavia Squidington III (octavia-squidington-iii)
temporarily deployed
to
more-secrets
January 10, 2023 19:18 — with
GitHub Actions
Inactive
Artem Inzhyyants (artem1205)
enabled auto-merge (squash)
January 10, 2023 19:24
Joe Bell (jbfbell)
pushed a commit
that referenced
this pull request
Jan 13, 2023
* Source S3: update block size for json * Source S3: update docs * auto-bump connector version Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What
Resolving https://github.com/airbytehq/oncall/issues/1257
update block size for json
How
set block size for 0 as default value. Pyarrow crashes sometimes if block size is too small with
notimplementederrorRecommended reading order
y.python🚨 User Impact 🚨
Are there any breaking changes? What is the end result perceived by the user? If yes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret./gradlew :airbyte-integrations:connectors:<name>:integrationTest.README.mdbootstrap.md. See description and examplesdocs/integrations/<source or destination>/<name>.mdincluding changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>command is passing/publishcommand described here