PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

PyAirbyte brings the power of Airbyte to every Python developer.

Results 127 PyAirbyte issues
Sort by recently updated
recently updated
newest added

We because to implement this but then reverted because the `len()` implementation was exhausting the iterator and then the records were not iteratable after running `len()` on the result. A...

Currently the progress indicator in airbyte-lib has several problems: * Managed globally and either takes over the whole terminal view all the time or is disabled completely * Incompatible with...

As discussed here: https://airbytehq.slack.com/archives/C06FZ238P8W/p1715109561242409 It would be very useful to have live logs for easy debugging. Deciding to enable them or not via a parameter, for example (source.read(cache=cache, logs=True)).

enhancement
good first issue
accepting pull requests

Reported today, if source stream has a property called `discountapplied(%)`, PyAirbyte fails with the message: `Illegal field name: discountapplied(%)`

We've had a couple reports this week of unexpected behaviors from PyAirbyte when the incoming stream name has weird characters and/or weird input format. Example stream name of "*" is...

[Early draft for discussion.] Resolves: https://github.com/airbytehq/PyAirbyte/issues/197 This adds proper destination support to PyAirbyte, including for docker-based destinations when Docker is available. There's still a lot to do here, but it's...

This may be a breaking change for postgres or bigquery users.

We are migrating the DuckDB destination to this version, and new MotherDuck users will get it by default. We should update the Cache classes to use this version.