Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 02:42
· 109 commits to refs/heads/main since this release
4de5793

✨ New Features

  • Add install_root argument for get_source(), allowing users to override their virtualenv base path (#268) - Thanks, @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_PROGRESS env variable (#271)

🐛 Fixes

  • Add back default schema name 'airbyte_raw' in PyAirbyte caches (#259)

😮 Other Changes

  • Update DuckDB engine from 0.9 to new (stable) v1.x version (#269)