Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 15:07
· 292 commits to main since this release
9becf13

Project codename "AirbyteLib" is now PyAirbyte! 🎉

You can install PyAirbyte with:

pip install airbyte

And import PyAirbyte as:

import airbyte

Or using our shorthand convention:

import airbyte as ab

Star our new PyAirbyte GitHub repo and follow release notifications on GitHub for updates.

❗Breaking Changes

  • Project codename "AirbyteLib" is now PyAirbyte! 🎉
    • To install: pip install airbyte
    • To import: import airbyte or import airbyte as ab
    • For a full list of changes, see the PR: #40

🚀 New Features

🐛 Bug Fixes

  • Fix issue where No-Such-Table-Error is raised if a stream sends zero records (airbytehq/airbyte#35311)
  • Suppress DuckDB reflection warnings (airbytehq/airbyte#35300)
  • Improve JSON Schema type detection and reduce warnings of unknown types

✍️ Documentation Updates

🔎 Full Changelog

v0.1.0...v0.2.0