PyAirbyte
PyAirbyte copied to clipboard
PyAirbyte brings the power of Airbyte to every Python developer.
A user ran into this issue, specifically on the Python `3.12-slim` docker image. https://airbytehq-team.slack.com/archives/C06FZ238P8W/p1712328202976869 > On the doc site I see pyairbyte should work with Python >= 3.9. It works...
The Google Ads source is failing due to nested primary keys. Logged here in slack: https://airbytehq-team.slack.com/archives/C06FZ238P8W/p1712842623104989?thread_ts=1712842217.390879&cid=C06FZ238P8W Example error message: - `NotImplementedError: Nested primary keys are not yet supported. Found: ad_group.id`...
This test failed randomly. Looks like an issue on Airbyte Cloud side. Logging here in case we want to implement a retry mechanism rather than hard-failure. `The server encountered a...
This is an early skeleton of what would be a native declarative source implementation in PyAirbyte. The benefit of including natively is that we can skip the installation step and...
Because most database sources are built on Java, they currently are not able to run in Python environments. This feature would allow database-type sources to be run from PyAirbyte. Possible...
To be explored: We might have to point to a connector python package or load a yaml file.
Since it's fairly low effort, makes sense to make the move.
This aims to assert more confidently that 'replace' strategy works as expected. So far, tests are still passing after expanding the test criteria. Here is the code in question, where...
_Originally posted by @aaronsteers in https://github.com/airbytehq/PyAirbyte/issues/131#issuecomment-2024047183_ > I did more digging and found that CI is failing the pokemon integration test, but inexplicably so. > > In CI, it uses...
Details here: https://docs.google.com/document/d/1iowiNsveJjo165QStiQWHEt9s4jTcdxiZeflq6DtplA/edit?usp=sharing