1
0
mirror of synced 2026-01-14 03:04:49 -05:00

correct url (#4293)

This commit is contained in:
Marcos Marx
2021-06-24 21:56:08 -03:00
committed by GitHub
parent 77f7096d14
commit d269f91871
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Step 7: Use the Connector in Airbyte
To use your connector in your own installation of Airbyte, build the docker image for your container by running `docker build . -t airbyte/source-python-http-example:dev`. Then, follow the instructions from the [building a toy source tutorial](https://docs.airbyte.io/tutorials/tutorials/toy-connector#use-the-connector-in-the-airbyte-ui) for using the connector in the Airbyte UI, replacing the name as appropriate.
To use your connector in your own installation of Airbyte, build the docker image for your container by running `docker build . -t airbyte/source-python-http-example:dev`. Then, follow the instructions from the [building a toy source tutorial](https://docs.airbyte.io/contributing-to-airbyte/building-new-connector/tutorials/build-a-connector-the-hard-way#use-the-connector-in-the-airbyte-ui) for using the connector in the Airbyte UI, replacing the name as appropriate.
Note: your built docker image must be accessible to the `docker` daemon running on the Airbyte node. If you're doing this tutorial locally, these instructions are sufficient. Otherwise you may need to push your Docker image to Dockerhub.