I want to maybe have a variable in the simple-pipeline.py, which has the value returned by split_dataset
What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?
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.
I want to maybe have a variable in the simple-pipeline.py, which has the value returned by split_dataset
What do you mean outside the pipeline? That one of the pipeline steps will return value to the pipeline?