Skip to content

Commit

Permalink
Docs: Remove useless column (#13013)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k authored and suhomud committed May 23, 2022
1 parent 97f9c6b commit d582718
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/integrations/destinations/sftp-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Each file will contain a collection of `json` objects which correspond directly

#### Features

| Feature | Supported | |
| :--- | :--- | :--- |
| Full Refresh Sync | Yes | |
| Incremental - Append Sync | Yes | |
| Namespaces | No | |
| Feature | Supported |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Incremental - Append Sync | Yes |
| Namespaces | No |

#### Performance considerations

Expand All @@ -33,4 +33,4 @@ The `filename` **should not** have an extension in the configuration, as `.jsonl

If `destination_path` is set to `/myfolder/files` and `filename` is set to `mydata`, the resulting file will be `/myfolder/files/mydata.jsonl`.

These files can then be accessed by creating an SFTP connection to the server and navigating to the `destination_path`.
These files can then be accessed by creating an SFTP connection to the server and navigating to the `destination_path`.

0 comments on commit d582718

Please sign in to comment.