Skip to content

Releases: airbytehq/airbyte-python-cdk

Pre-release for google analytics low code migration

27 May 15:30
4648550

Choose a tag to compare

Release changes from #553 to be able test low code migration in CI - airbytehq/airbyte#60342

Pre-release for destination DA stuff

07 May 13:21

Choose a tag to compare

Pre-release

We would like to release a source and test some stuff before the full release hence why this dev release

v6.51.0

22 May 21:18
155cdc8

Choose a tag to compare

What's Changed

  • feat: update ManifestDeclarativeSource to invoke declarative config migrations/transformations/validations by @pnilan in #561
  • feat: adds config_path to source instantiation for sdm, enabling config migrations by @pnilan in #563
  • fix: update pytest-fast poe command to specify unit_tests/ directory, enabling --skipslow option usage by @pnilan in #565

Full Changelog: v6.50.0...v.6.51.0

v6.50.0

21 May 15:42
4b73b46

Choose a tag to compare

Changes

New Features ✨

  • feat(cdk): add schema filter to DynamicSchemaLoader (#550)

Under the Hood ⚙️

  • chore(deps): bump jinja2 from 3.1.5 to 3.1.6 (#416)
  • chore(deps): bump setuptools from 76.0.0 to 78.1.1 (#558)
  • chore(deps): bump h11 from 0.14.0 to 0.16.0 (#506)

v6.49.1

20 May 16:18
f52bc2e

Choose a tag to compare

Changes

New Features ✨

  • feat(dynamic-streams): Add StateDelegatingStream to DynamicDeclarativeStream (#560)

v6.49.0

20 May 15:01
ce44cc5

Choose a tag to compare

What's Changed

  • fix: remove unit_tests directory from coverage report and add handling of tmp files by @ChristoGrab in #557
  • feat(sdm-cli): add new args --manifest-path and --components-path to SDM CLI by @ChristoGrab in #556
  • feat: extend spec class for config migrations by @pnilan in #538

Full Changelog: v6.48.16...v6.49.0

v6.48.17dev0

17 May 02:59

Choose a tag to compare

v6.48.17dev0 Pre-release
Pre-release
Auto-fix lint and format issues

v6.48.16

16 May 22:20
fa8d54d

Choose a tag to compare

Changes

New Features ✨

  • feat(cli): accept dynamic GCP_PROJECT_ID env var for secrets fetch and secrets list CLI commands (#545)

Bug Fixes 🐛

  • fix: propagate pytest exit code in connector test CLI command (#549)

Under the Hood ⚙️

  • fix: fixes pre-commit-config and adds type-checking; updates poe tasks (#547)
  • ci(workflow): add auto-merge notification workflow (#548)

v6.48.15

16 May 09:57
d6a087c

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(cdk): pass transformations to concurrent cursor and fix transformation (#546)

v6.48.14

15 May 17:49
db07eff

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(cdk): determine state from manager if not received a state in per partition router (#544)