Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.54.6
Changes
New Features ✨
- feat(manifest): add max_concurrent_async_job_count as an option in manifest (#584)
v6.54.5
Changes
Bug Fixes 🐛
- fix: interpolation should not generate complex types (#579)
v6.54.4
Changes
New Features ✨
- feat(csv-parser): update option to provide an array of values that should be set to None in the csv file (#581)
Under the Hood ⚙️
- chore: Add JUnit XML output to pytest and publish test results to PRs (#566)
v6.54.3
Changes
Under the Hood (airbyte-cdk
CLI) ✨
- feat: add junit XML auto-export to
airbyte-cdk connector test
command (#582)
v6.54.2
Changes
Bug Fixes 🐛
- fix(async-retriever): fix calling transformationws twice (#576)
v6.54.1
Changes
New Features ✨
- feat(cdk): add option to make empty cells None when parsing csv with CsvParser (#575)
v6.54.0
Changes
New Features ✨
- feat(connector-builder): add version constraint and wildcard support to manifest migrations (#569)
v6.53.1
Changes
New Features ✨
- feat(cdk): more unit test for jinja interpolation (#572)
Bug Fixes 🐛
- fix(connector-builder): fix property chunking in connector builder (#567)