Skip to content

Commit c69f95f

Browse files
committed
Merge branch 'patch-1' of https://github.com/jpansarasa/azure-docs into 2024-01-12-merge-public-prs
2 parents d719615 + 53b3e22 commit c69f95f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/format-delta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The below table lists the properties supported by a delta source. You can edit t
2929
| ---- | ----------- | -------- | -------------- | ---------------- |
3030
| Format | Format must be `delta` | yes | `delta` | format |
3131
| File system | The container/file system of the delta lake | yes | String | fileSystem |
32-
| Folder path | The direct of the delta lake | yes | String | folderPath |
32+
| Folder path | The directory of the delta lake | yes | String | folderPath |
3333
| Compression type | The compression type of the delta table | no | `bzip2`<br>`gzip`<br>`deflate`<br>`ZipDeflate`<br>`snappy`<br>`lz4` | compressionType |
3434
| Compression level | Choose whether the compression completes as quickly as possible or if the resulting file should be optimally compressed. | required if `compressedType` is specified. | `Optimal` or `Fastest` | compressionLevel |
3535
| Time travel | Choose whether to query an older snapshot of a delta table | no | Query by timestamp: Timestamp <br> Query by version: Integer | timestampAsOf <br> versionAsOf |
@@ -66,7 +66,7 @@ The below table lists the properties supported by a delta sink. You can edit the
6666
| ---- | ----------- | -------- | -------------- | ---------------- |
6767
| Format | Format must be `delta` | yes | `delta` | format |
6868
| File system | The container/file system of the delta lake | yes | String | fileSystem |
69-
| Folder path | The direct of the delta lake | yes | String | folderPath |
69+
| Folder path | The directory of the delta lake | yes | String | folderPath |
7070
| Compression type | The compression type of the delta table | no | `bzip2`<br>`gzip`<br>`deflate`<br>`ZipDeflate`<br>`snappy`<br>`lz4` | compressionType |
7171
| Compression level | Choose whether the compression completes as quickly as possible or if the resulting file should be optimally compressed. | required if `compressedType` is specified. | `Optimal` or `Fastest` | compressionLevel |
7272
| Vacuum | Deletes files older than the specified duration that is no longer relevant to the current table version. When a value of 0 or less is specified, the vacuum operation isn't performed. | yes | Integer | vacuum |

0 commit comments

Comments
 (0)