What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?
I want to maybe have a variable in the simple-pipeline.py, which has the value returned by split_dataset
Given this pipeline step, is there any way to get the return value outside of the pipeline? Like put split_dataset_id in a variable in the main pipeline file.
What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?
I want to maybe have a variable in the simple-pipeline.py, which has the value returned by split_dataset