Hugging Face · Arazzo Workflow
Hugging Face Dataset Validate and Preview
Version 1.0.0
Check a dataset is viewer-ready, list its splits, then preview the first rows.
Provider
Workflows
dataset-validate-and-preview
Validate a dataset, discover its first split, and preview its first rows.
Confirms a dataset is preview-capable, resolves its first subset and split, and reads the first rows of that split.
1
checkValidity
isValid
Check whether the dataset is processed by the viewer and previewable. Branches to split discovery only when preview is available.
2
getSplits
getSplits
List the subsets (configs) and splits for the dataset and take the first split as the preview target.
3
previewFirstRows
getFirstRows
Fetch the first rows of the selected subset and split to inspect the dataset's feature schema and sample content.