Skip to content

Commit

Permalink
upgrade csv destinations doc (airbytehq#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens authored Oct 20, 2020
1 parent c13d1cd commit b3e995d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/bigquery",
"changelogUrl": "https://docs.airbyte.io/integrations/destinations/bigquery",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "BigQuery Destination Spec",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/postgres",
"changelogUrl": "https://docs.airbyte.io/integrations/destinations/postgres",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Postgres Destination Spec",
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/destinations/local-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ This integration will be constrained by the speed at which your filesystem accep

### Requirements:

* The `destination_path` field will be appended to `LOCAL_ROOT`. e.g. If `LOCAL_ROOT = /tmp/airbyte_local` and the user provides the value `cars/models`, then data will be written to `/tmp/airbyte_local/cars/models`. By default `LOCAL_ROOT = /tmp/airbyte_local`.
* The `destination_path` must start with `/local`. Any directory nesting within local will be mapped onto the local mount. By default, the local mount is mounted onto `/tmp/airbyte_local`. This is controlled by the `LOCAL_ROOT` env variable in the `.env` file. If `destination_path` is set to `/local/cars/models` and the local mount is using the `/tmp/airbyte_local` default, then data will be written to `/tmp/airbyte_local/cars/models` directory.

0 comments on commit b3e995d

Please sign in to comment.