Dataiku · Arazzo Workflow
Dataiku Create Dataset, Set Schema, and Build
Version 1.0.0
Create a dataset, apply an explicit schema to it, and kick off a build job.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
create-dataset-set-schema-build
Create a dataset, set its schema, and start a build.
Creates a dataset, applies a column schema with setDatasetSchema, then starts a build job for the dataset.
1
createDataset
createDataset
Create the dataset shell in the project.
2
setSchema
setDatasetSchema
Apply the explicit column schema to the newly created dataset.
3
buildDataset
startJob
Start a build job for the dataset now that its schema is set.