Skip to content

Commit 5c60fb2

Browse files
committed
docs
1 parent 97134f5 commit 5c60fb2

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

mkdocs/docs/configuration.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Iceberg works with the concept of a FileIO which is a pluggable module for readi
9595
- **hdfs**: `PyArrowFileIO`
9696
- **abfs**, **abfss**: `FsspecFileIO`
9797
- **oss**: `PyArrowFileIO`
98+
- **hf**: `FsspecFileIO`
9899

99100
You can also set the FileIO explicitly:
100101

@@ -193,6 +194,17 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya
193194

194195
<!-- markdown-link-check-enable-->
195196

197+
### Hugging Face
198+
199+
<!-- markdown-link-check-disable -->
200+
201+
| Key | Example | Description |
202+
| ----------- | ------------------------ | --------------------------------------------------------- |
203+
| hf.endpoint | <https://huggingface.co> | Configure the endpoint for Hugging Face |
204+
| hf.token | hf_xxx | The Hugging Face token to access HF Datasets repositories |
205+
206+
<!-- markdown-link-check-enable-->
207+
196208
### PyArrow
197209

198210
<!-- markdown-link-check-disable -->

0 commit comments

Comments
 (0)