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
Copy file name to clipboardExpand all lines: mkdocs/docs/configuration.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Iceberg works with the concept of a FileIO which is a pluggable module for readi
95
95
-**hdfs**: `PyArrowFileIO`
96
96
-**abfs**, **abfss**: `FsspecFileIO`
97
97
-**oss**: `PyArrowFileIO`
98
+
-**hf**: `FsspecFileIO`
98
99
99
100
You can also set the FileIO explicitly:
100
101
@@ -154,6 +155,7 @@ For the FileIO there are several configuration options available:
154
155
| adls.tenant-id | ad667be4-b811-11ed-afa1-0242ac120002 | The tenant-id |
155
156
| adls.client-id | ad667be4-b811-11ed-afa1-0242ac120002 | The client-id |
156
157
| adls.client-secret | oCA3R6P\*ka#oa1Sms2J74z... | The client-secret |
158
+
| adls.account-host | accountname1.blob.core.windows.net | The storage account host. See [AzureBlobFileSystem](https://github.com/fsspec/adlfs/blob/adb9c53b74a0d420625b86dd00fbe615b43201d2/adlfs/spec.py#L125) for reference |
| hf.endpoint |<https://huggingface.co>| Configure the endpoint for Hugging Face |
205
+
| hf.token | hf_xxx | The Hugging Face token to access HF Datasets repositories |
206
+
207
+
<!-- markdown-link-check-enable-->
208
+
196
209
### PyArrow
197
210
198
211
<!-- markdown-link-check-disable -->
@@ -332,6 +345,7 @@ catalog:
332
345
| rest.signing-region | us-east-1 | The region to use when SigV4 signing a request |
333
346
| rest.signing-name | execute-api | The service signing name to use when SigV4 signing a request |
334
347
| oauth2-server-uri | <https://auth-service/cc> | Authentication URL to use for client credentials authentication (default: uri + 'v1/oauth/tokens') |
348
+
| snapshot-loading-mode | refs | The snapshots to return in the body of the metadata. Setting the value to `all` would return the full set of snapshots currently valid for the table. Setting the value to `refs` would load all snapshots referenced by branches or tags. |
0 commit comments