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
+13Lines changed: 13 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 |
0 commit comments