1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/docs/quickstart/add-a-destination.md
Abhi Vaidyanatha 9dcef6d939 Migrate Quickstart to use PokeAPI (#4615)
* Migrate Quickstart to use PokeAPI

* Words words words

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-07-07 17:15:44 -07:00

545 B

Add a Destination

The destination we are creating is a simple JSON line file, meaning that it will contain one JSON object per line. Each objects will represent data extracted from the source.

The resulting files will be located in /tmp/airbyte_local/json_data

To set it up, just follow the instructions on the screenshot below.

{% hint style="info" %} You might have to wait ~30 seconds before the fields show up because it is the first time you're using Airbyte. {% endhint %}