Dataiku · Arazzo Workflow
Dataiku Inspect and Read a Dataset
Version 1.0.0
List a project's datasets, fetch a dataset definition, and read a sample of its rows.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
inspect-and-read-dataset
Discover a dataset and read a sample of its rows.
Lists datasets in a project, gets one dataset definition, and reads a limited number of rows from it.
1
listDatasets
listDatasets
List all datasets in the project to confirm the target is present.
2
getDataset
getDataset
Read the dataset definition to confirm its type and schema.
3
readData
getDatasetData
Read a bounded sample of rows from the dataset.