Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 3b0b309

Browse files
committed
Add explicit .jsonl documentation
1 parent ae0cc16 commit 3b0b309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Today, a vast amount of non-operational data — events, metrics, historical sna
4343
- [x] Google Cloud Storage
4444
- [x] Azure Blob Storage
4545
- [x] Azure Data Lake Storage Gen2
46-
- [x] HuggingFace
46+
- [x] Hugging Face (`.parquet`, `.csv`, `.jsonl`)
4747
- [x] HTTP server
4848
- [x] Local file system
4949

docs/object_stores/huggingface.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Hugging Face
44

55
## Overview
66

7-
This code block demonstrates how to query machine learning datasets from the Hugging Face Datasets library. The file path must start with `hf://`.
7+
This code block demonstrates how to query machine learning datasets from the Hugging Face Datasets library. The file path must start with `hf://`. The supported file types are `.parquet`, `.csv` and `.jsonl`.
88

99
```sql
1010
-- CSV format is assumed

0 commit comments

Comments
 (0)