PyAirbyte
PyAirbyte copied to clipboard
PyAirbyte brings the power of Airbyte to every Python developer.
possible content * PyAirbyte - maybe cloud * docker * snowflake cortex maybe * performance improvements on motherduck Blog post to go out on 30th Ideally task should be done...
This PR does a lot of things... ## CatalogManager refactor The role of catalog manager is refactored into the new classes, under the role of two "backends", two "providers", and...
I sometimes receive the following error. I have no idea what causes it and when it's triggered but this is pretty annoying to suddenly have after your job ran for...
Since 10/04/2024, the source-klaus-api connector has been encountering a critical error, throwing the following message: `ModuleNotFoundError: No module named 'pytz'` This issue appears to be correlated with a recent change...
PyAirbyte currently has a dependency on `snowflake-python-connector==3.6.0`, which in turn depends on an outdated version of the `cryptography` library (
Hi, Current format of Cache is in line with Airbyte normalized v2 format. This has some drawback like lack of compatibility between PyAirbyte and Airbyte. Also schema evolution is not...
## What Adding a `DockerExecutor` class to the `get_source` factory. ## Why I absolutely love this library as it allows me to rapidly pull data from a variety of different...