Jett Crowson
Jett Crowson
There's an interesting use case here where you could use PyAirbyte directly in data pipelines that run on spark. Currently if you want to do this, you need to do...
### Topic airbyte-ci cli tool v4.14.0 ### Relevant information airbyte-ci v4.14.0 relies on `docker-py:7.0.0` which broke with the latest `[email protected]` release, meaning airbyte-ci commands that leverage docker are broken: ```...
When the response comes back, there is no `destination_type` field, meaning that it fails to deserialize. ``` KeyError Traceback (most recent call last) Cell In[46], line 1 ----> 1 res...
https://github.com/airbytehq/airbyte-api-python-sdk/blob/fc7d5c4a3072a38c5346ba06b8a41e404b394d7c/docs/sdks/sources/README.md?plain=1#L225 ``` res = s.sources.list_sources(request=api.ListSourcesRequest( workspace_ids=[ 'd', 'f', '0', '8', 'f', '6', 'b', '0', '-', 'b', '3', '6', '4', '-', '4', 'c', 'c', '1', '-', '9', 'b', '3', 'f', '-',...
## What did you do - How was the cluster created? - cluster is a remote cluster that I want to add a k3d agent to - What did you...