We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bce62c commit 6e47ae8Copy full SHA for 6e47ae8
packages/tasks/src/dataset-libraries.ts
@@ -77,6 +77,12 @@ export const DATASET_LIBRARIES_UI_ELEMENTS = {
77
repoUrl: "https://github.com/pola-rs/polars",
78
docsUrl: "https://huggingface.co/docs/hub/datasets-polars",
79
},
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
+ },
86
} satisfies Record<string, DatasetLibraryUiElement>;
87
88
/// List of the dataset libraries supported by the Hub
0 commit comments