Skip to content

Files

This branch is 5 commits ahead of, 18107 commits behind airbytehq/airbyte:master.

airbyte-connector-builder-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 24, 2023
Nov 29, 2022
Nov 18, 2022
Nov 10, 2022
Jan 24, 2023
Jan 24, 2023
Nov 9, 2022
Nov 9, 2022
Nov 10, 2022
Nov 9, 2022
Nov 9, 2022
Jan 30, 2023
Jan 9, 2023
Nov 29, 2022
Nov 18, 2022
Nov 9, 2022
Jan 17, 2023
Jan 17, 2023
Jan 30, 2023

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