airbyte
airbyte copied to clipboard
[source-s3] Bump the Python CDK to include the CSV field length fix
trafficstars
What
This fixes the bug in the S3 source connector with CSV files having a field length exceeding 128k that was addressed in the CDK as part of https://github.com/airbytehq/airbyte/pull/36320
How
Bump the Python CDK version to include the relevant fix
Review guide
User Impact
Users will be able to ingest CSV files that have fields with larger data values
Can this PR be safely reverted and rolled back?
- [x] YES 💚
- [ ] NO ❌
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 | May 9, 2024 8:53pm |
@marcosmarxm Here's the PR to bump the CDK for S3 to include the CSV field length fix. Thanks!