v0.11.0
·
313 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, Tarek Kekhia (@Tarekk)!- Please report any feedback in a GitHub issue or reach out in the
#pyairbyte-public-betachannel 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
cryptographypackage. (#234) CatalogManagerrefactor: 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)