v0.11.0
github-actions
released this
15 May 21:52
·
119 commits
to refs/heads/main
since this release
✨ New Features
- Add support for running Docker sources, via a new
airbyte.experimental.get_source()
method. (#209, #230) - Thanks, @Tarekk!- Please report any feedback in a GitHub issue or reach out in the
#pyairbyte-public-beta
channel in the Airbyte Slack.
- Please report any feedback in a GitHub issue or reach out in the
⚙️ Under the Hood
- Bump to latest Snowflake client and
cryptography
package. (#234) CatalogManager
refactor: decoupling sql processors, caches, and internal sql backend tables for state and catalog tracking. This also enables us to move some of these classes upstream into the CDK, so they can be used for Python destination connectors. (#220)