docs: note the CSV field value size limit in record parsing - #84319
Draft
devin-ai-integration[bot] wants to merge 1 commit into
Draft
docs: note the CSV field value size limit in record parsing#84319devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: lucas.leadbetter@airbyte.io <5595530+lleadbet@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Contributor
|
Deploy preview for airbyte-docs ready!
Deployed with vercel-action |
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
Documents an undocumented limit users hit with no warning: a CSV response value larger than roughly 131,000 characters makes the CSV decode fail, and nothing in the connector or connection configuration hints that a per-value cap exists. A customer lost records from three streams to this (a 152,579-character free-text field) before support identified the cause.
The fix is in flight in the CDK (airbytehq/airbyte-python-cdk#1114 raises the declarative parser's limit to
2**31). This note covers the gap in the meantime — it should be removed or reworded once that ships and reaches connectors.How
One
:::warningadmonition in the existing### CSVsection ofrecord-processing.mdx, next to the description of how the CSV decoder converts rows to JSON objects. States the limit, that oversized values fail rather than truncate, and what to do about it.Review guide
docs/platform/connector-development/connector-builder-ui/record-processing.mdxUser Impact
Users who hit
field larger than field limit (131072)can now identify the cause from the docs instead of filing a support ticket. Docs-only, no behavior change.Can this PR be safely reverted and rolled back?
Link to Devin session: https://app.devin.ai/sessions/474c9fe5bfca4e21acce8d128cba3c8a