Skip to content

StepSequence in v1 no longer available in AzureML v2 #26739

@newhardwarefound

Description

@newhardwarefound

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions