Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.13.0
v0.12.1
✨ New Features
- Added
use_host_networkparam toget_source(), allowing Docker containers to use host's network (#277) - Thanks, Niyas Hameed (@niyasrad)!
⚙️ Under the Hood
- Update low-code registry overrides to reflex latest connectors lists (#278)
v0.12.0
✨ New Features
- Add
install_rootargument forget_source(), allowing users to override their virtualenv base path (#268) - Thanks, Tang Quoc Thai (@tqtensor)! - Add experimental implementation for running no-code sources (declarative YAML definitions) using
get_source(). The YAML source definitions can be provided inline or automatically downloaded, with no need for a separate installation of the source connector. (#175) - Add capability to disable the Rich "live view" progress updates with
NO_LIVE_PROGRESSenv variable (#271)
🐛 Fixes
- Add back default schema name
'airbyte_raw'in PyAirbyte caches (#259)
😮 Other Changes
- Update DuckDB engine from
0.9to new (stable)v1.xversion (#269)
v0.11.2
v0.11.1
🐛 Fixes
- Improved column and table normalization logic, which resolves errors that would occur when processing stream names or property names containing special characters (#239)
- Resolve error when parsing streams that have "object or string" data typing, specifically "TypeError: unhashable type list" errors (#251)
v0.11.0
✨ 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)
🧑🤝🧑 Velocity Improvements
v0.10.5
v0.10.4
v0.10.3
✨ New Features
- Add
fetch_connector_secret()convenience method onGoogleGSMSecretManager. (#191)
🐛 Fixes
- Fix GSM secrets retrieval edge cases, and improve GSM CI tests. (#191)
📖 Docs
- Improve docs around
0.10.xfeatures. (#190)