StepSequence in v1 no longer available in AzureML v2
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
az ml job create
**Is your feature request related to a problem? Please describe.**
I am frustrated when trying to get one AML step to start after another AML step in a pipeline, when there are no input/output files between the 2 steps. It's a useful v1 feature (https://learn.microsoft.com/en-us/python/api/azureml-pipeline-core/azureml.pipeline.core.stepsequence?view=azure-ml-py) that is removed in v2. Airflow also supports it naturally. Right now I have to modify like 6 different files to add a placeholder parameter for the 2 successive steps.
**Describe the solution you'd like**
Add a field called prerequisites in the pipelinecommandjob yaml so that i can specify which steps need to complete before starting the current step.
**Describe alternatives you've considered**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.