v0.2.0
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
orimport airbyte as ab
- For a full list of changes, see the PR: #40
- To install:
🚀 New Features
- Add support for
JSON
andVARIANT
data types (airbytehq/airbyte#35298) - The
get_secret()
function now supports dotenv (.env
) files (airbytehq/airbyte#35244)
🐛 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
- Docs: Clean up auto-generated reference docs (#46)
- New reference docs home: https://airbytehq.github.io/PyAirbyte