1
0
mirror of synced 2025-12-25 02:09:19 -05:00

add deployments to tracking model (#4837)

This commit is contained in:
Charles
2021-07-23 17:22:23 -07:00
committed by GitHub
parent fdc8ea190d
commit 67dd8a353c
19 changed files with 308 additions and 65 deletions

View File

@@ -95,7 +95,7 @@ cat catalog.json
## CSV or JSON local Destinations: Check local data folder
If you setup a pipeline using one of the local File based destinations \(CSV or JSON\), Airbyte is writing the resulting files containing the data in the special `/local/` directory in the container. By default, this volume is mounted from `/tmp/airbyte_local` on the host machine. So you need to navigate to this [local folder](file:///tmp/airbyte_local/) on the filesystem of the machine running the Airbyte instance to retrieve the local data files.
If you setup a pipeline using one of the local File based destinations \(CSV or JSON\), Airbyte is writing the resulting files containing the data in the special `/local/` directory in the container. By default, this volume is mounted from `/tmp/airbyte_local` on the host machine. So you need to navigate to this [local folder](file:///tmp/airbyte_local/) on the filesystem of the machine running the Airbyte deployment to retrieve the local data files.
Or, you can also run through docker commands as proxy: