Aaron ("AJ") Steers
Aaron ("AJ") Steers
Ideally, these should be runnable in either order. Traceback log: ``` Traceback (most recent call last): File "/Users/ajsteers/Source/aj-dataops-personal/get_data.py", line 35, in main() File "/Users/ajsteers/Source/aj-dataops-personal/get_data.py", line 31, in main read_result =...
This feature would allow users to push data from a cache to an external destination. The main intended use case would be for Publish-type destinations, aka "Reverse ETL" destinations. This...
This feature would allow data from one cache to be replicated to a different cache. For instance, this would allow cached data in Postgres to be replicated to DuckDB or...
First mockup, was subtracted from initial launch of: - https://github.com/airbytehq/PyAirbyte/pull/48 Here is a rough outline of how we imagine this would work: ``` To inform how to render a specific...
Will require interfacing with the "Documents" API here: https://docs.llamaindex.ai/en/stable/getting_started/starter_example.html Related PR, currently WIP: - https://github.com/airbytehq/PyAirbyte/pull/48
If there are syntax errors or other very low-level issues that prevent the code from running at all, I sometimes see pytest (in VS Code) just hang. This might be...
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...
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...
Creating this ticket to help scope and track effort of moving to the SDK for Taps, sponsored by Meltano and documented here: https://sdk.meltano.com