1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/connector-development/tutorials/cdk-tutorial-python-http/7-use-connector-in-airbyte.md
Abhi Vaidyanatha 3765bcf3b8 Refactor docs to improve clarity around connector development. (#5037)
* Refactor docs to improve clarity around connector development.

* Merge architecture and setup of source acceptance tests to reference

* Address reviewsa

* Address review comments

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-07-28 14:00:08 -07:00

751 B

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 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.