Skip to content

Commit 6e47ae8

Browse files
authored
Add duckdb in DATASET_LIBRARIES_UI_ELEMENTS (#862)
(note that it's not part of the datasets library tags detected by the Viewer yet) cc @severo @julien-c
1 parent 0bce62c commit 6e47ae8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/dataset-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
7777
repoUrl: "https://github.com/pola-rs/polars",
7878
docsUrl: "https://huggingface.co/docs/hub/datasets-polars",
7979
},
80+
duckdb: {
81+
prettyLabel: "DuckDB",
82+
repoName: "duckdb",
83+
repoUrl: "https://github.com/duckdb/duckdb",
84+
docsUrl: "https://huggingface.co/docs/hub/datasets-duckdb",
85+
},
8086
} satisfies Record<string, DatasetLibraryUiElement>;
8187

8288
/// List of the dataset libraries supported by the Hub

0 commit comments

Comments
 (0)