You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Format | Format must be `delta`| yes |`delta`| format |
31
31
| 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 |
33
33
| Compression type | The compression type of the delta table | no |`bzip2`<br>`gzip`<br>`deflate`<br>`ZipDeflate`<br>`snappy`<br>`lz4`| compressionType |
34
34
| 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 |
35
35
| 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
| Format | Format must be `delta`| yes |`delta`| format |
68
68
| 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 |
70
70
| Compression type | The compression type of the delta table | no |`bzip2`<br>`gzip`<br>`deflate`<br>`ZipDeflate`<br>`snappy`<br>`lz4`| compressionType |
71
71
| 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 |
72
72
| 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