Dataiku · Arazzo Workflow
Dataiku Build Dataset and Poll Job
Version 1.0.0
Start a build job for a dataset output and poll the job until it reaches a terminal state.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceData PlatformData ScienceMachine LearningArazzoWorkflows
Provider
Workflows
build-dataset-job
Start a dataset build job and poll it to a terminal state.
Starts a build job for one dataset output and polls getJob until the job is DONE, FAILED, or ABORTED.
1
startBuild
startJob
Start a build job targeting the dataset as a single output.
2
pollJob
getJob
Poll the job status. While the job is NOT_STARTED or RUNNING, loop back and poll again; once it reaches DONE, FAILED, or ABORTED, the workflow branches to completion.