Airbyte

Latest version: v0.12.1

Safety actively analyzes 639872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.6.0

_Note: This may be a breaking change due to the downgrade in our underlying DuckDB version used in cache creation. Read below for more information._

✨ New Features

- Add [MotherDuck](https://www.motherduck.com) cache support πŸ¦† (#43)

βš™οΈ Under the Hood

- Downgraded from DuckDB `v0.10.0` to `v0.9.2`. This may require you to rebuild your local cache files. See [the DuckDB v0.10.0 blog post](https://duckdb.org/2024/02/13/announcing-duckdb-0100.html) for information on backwards and forwards DuckDB compatibility between versions.

0.5.0

✨ New Features:

- Streamline stream selection and support for `select_streams("*")` (https://github.com/airbytehq/PyAirbyte/pull/52)
- Replace Parquet File Writer with Gzipped Jsonl File Writer (https://github.com/airbytehq/PyAirbyte/pull/60)
- Combine `CacheConfig` into the `Cache` classes to reduce number of `import` statements needed (59)

πŸ› Fixes

- Resolved issues where empty data nodes would cause failure when writing to Parquet (https://github.com/airbytehq/PyAirbyte/pull/60)

✍️ Docs:

- Replace changelog link with link to GitHub Releases (https://github.com/airbytehq/PyAirbyte/pull/47)

0.4.0

_(This is a maintenance release. Please see [`v0.5.0` release notes](https://github.com/airbytehq/PyAirbyte/releases/tag/v0.5.0) for the combined changelog of `v0.4.0` and `v0.5.0`.)_

0.2.0

**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

0.1.0

**Full Changelog**: https://github.com/airbytehq/PyAirbyte/commits/v0.1.0

Page 5 of 5

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.