I have a working v2 pipeline in Azure Machine Learning that I want to run from Synapse. However, I cannot select my pipelines from the dropdown menu.
I have a working linked service and a non-self-hosted integration runtime. When I click 'Open in Azure Portal', it brings me straight to the Pipelines page in my Azure ML environment.
The pipeline is also made available as a batch endpoint in Azure ML.
How do I get Synapse to start a pipeline job in Machine Learning?
I got similar results when I tried the above scenario.
To resolve the above issue, make sure you publish the ML pipeline. Go to ML workspace -> Pipelines -> Pipeline endpoints and verify your pipeline endpoint should be here.
If not publish the pipeline by creating new pipeline endpoint.
Now, the pipeline will show up in the dropdown of the Synapse pipeline activity as shown below.