1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/docs/quickstart/add-a-source.md
Jared Rhizor 14dfc1d417 fix parentheses and info/warning/danger formatting in docs (#11981)
* fix parens

* fix formatting for hints

* remove hint from non-docusaurus or gitbook doc
2022-04-13 12:08:34 -07:00

19 lines
696 B
Markdown

# Add a Source
You can either follow this tutorial from the onboarding or through the UI, where you can first navigate to the `Sources` tab on the left bar.
Our demo source will pull data from an external API, which will pull down the information on one specified Pokémon.
To set it up, just follow the instructions on the screenshot below.
:::info
You might have to wait ~30 seconds before the fields show up because it is the first time you're using Airbyte.
:::
![](../.gitbook/assets/getting-started-source.png)
Can't find the connectors that you want? Try your hand at easily building one yourself using our [Python CDK for HTTP API sources!](../connector-development/cdk-python/)