1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/airbyte-cdk/python/docs/tutorials/cdk-tutorial-python-http/1-creating-the-source.md
LiRen Tu e3be3d2ad0 Update M1 doc and fix doc links (#7205)
* Add note about jdk 14 vs 17 for m1

* Fix doc links
2021-10-19 22:31:16 -07:00

810 B

Step 1: Creating the Source

Airbyte provides a code generator which bootstraps the scaffolding for our connector.

$ cd airbyte-integrations/connector-templates/generator # assumes you are starting from the root of the Airbyte project.
$ ./generate.sh 

Select the Python HTTP API Source template and then input the name of your connector. For this walk-through we will refer to our source as python-http-example. The finalized source code for this tutorial can be found here.

The source we will build in this tutorial will pull data from the Exchange Rates API, a free and open API which documents historical exchange rates for fiat currencies.