1
0
mirror of synced 2026-01-17 21:02:47 -05:00
Files
airbyte/airbyte-connector-builder-server/README.md
2023-01-09 10:09:22 +01:00

495 B

Connector builder

Getting started

Set up the virtual environment and install dependencies

python -m venv .venv
source .venv/bin/activate
pip install .

Then run the server

uvicorn connector_builder.entrypoint:app --host 0.0.0.0 --port 8080

The server is now reachable on localhost:8080

OpenAPI generation

Run it via Gradle by running this from the Airbyte project root:

./gradlew :airbyte-connector-builder-server:generateOpenApiPythonServer