Has anyone in the community made a python library ...
# ask-community-for-troubleshooting
c
Has anyone in the community made a python library for the Airbyte API yet?
e
for developing connectors? or something else? for connectors there's the airbyte CDK https://docs.airbyte.com/connector-development/cdk-python/
c
e
ahh ok my bad. i'm not aware of any python library for that API
m
Octavia CLI uses open api to generate the API client in python, take a look in the code of it
c
Thanks Marcos!