**Project codename "AirbyteLib" is now PyAirbyte!** π
You can install **PyAirbyte** with:
bash
pip install airbyte
And import PyAirbyte as:
python
import airbyte
Or using our shorthand convention:
python
import airbyte as ab
Star our new [PyAirbyte](https://github.com/airbytehq/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: https://github.com/airbytehq/PyAirbyte/pull/40
π New Features
- Add support for `JSON` and `VARIANT` data types (airbytehq/airbyte35298)
- The `get_secret()` function now supports dotenv (`.env`) files (airbytehq/airbyte35244)
π Bug Fixes
- Fix issue where No-Such-Table-Error is raised if a stream sends zero records (airbytehq/airbyte35311)
- Suppress DuckDB reflection warnings (airbytehq/airbyte35300)
- 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](https://airbytehq.github.io/PyAirbyte/index.html)
π Full Changelog
https://github.com/airbytehq/PyAirbyte/compare/v0.1.0...v0.2.0