Unanswered
Hi Guys, Just Wondering If Anyone Encountered This Error When Using The Pipeline Controller Object. I Simply Added A Step With The Step-Name And Base_Task_Id As Flags.
AgitatedDove14 yup it's with target project, the code was really just...
# Creating the pipelinepipe = PipelineController(target_project= "pipeline-demo", default_execution_queue='default', add_pipeline_tags=False)pipe.add_step(name='model-predict', base_task_id='17cc79f0dae0426d9354ds08d979980g')pipe.start()# Wait until pipeline terminatespipe.wait()# cleanup everythingpipe.stop()print('pipeline completed')
292 Views
0
Answers
4 years ago
2 years ago