Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.54.7

06 Jun 22:05
99a1a96
Compare
Choose a tag to compare

What's Changed

  • chore: update .gitignore to not commit junit results by @aaronsteers in #588
  • feat: update DpathValidator to skip validation if returned value is falsy by @pnilan in #590

Full Changelog: v6.54.6...v6.54.7

v6.54.6

05 Jun 21:50
acc1003
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(manifest): add max_concurrent_async_job_count as an option in manifest (#584)

v6.54.5

05 Jun 17:26
3469ace
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: interpolation should not generate complex types (#579)

v6.54.4

05 Jun 14:01
2a5924f
Compare
Choose a tag to compare

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

05 Jun 00:59
c64ff62
Compare
Choose a tag to compare

Changes

Under the Hood (airbyte-cdk CLI) ✨

  • feat: add junit XML auto-export to airbyte-cdk connector test command (#582)

v6.54.2

04 Jun 14:11
f03dc9f
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(async-retriever): fix calling transformationws twice (#576)

v6.54.1

03 Jun 14:02
8b534b0
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(cdk): add option to make empty cells None when parsing csv with CsvParser (#575)

v6.54.0

02 Jun 11:19
2841384
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(connector-builder): add version constraint and wildcard support to manifest migrations (#569)

v6.53.1

02 Jun 10:54
4343391
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(cdk): more unit test for jinja interpolation (#572)

Bug Fixes 🐛

  • fix(connector-builder): fix property chunking in connector builder (#567)

v6.53.0

30 May 13:51
5f98bd2
Compare
Choose a tag to compare

What's Changed

  • feat: add sanitize_url jinja macro by @pnilan in #571

Full Changelog: v6.52.0...v6.53.0