1
0
mirror of synced 2026-01-02 12:02:47 -05:00
Files
airbyte/docs/quickstart/add-a-destination.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

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

:::info

You might have to wait ~30 seconds before the fields show up because it is the first time you're using Airbyte.

:::