Run Python Script in Azure Machine Learning pipeline

Krishnamohan Nadimpalli 406 Reputation points
2022-05-17T11:01:00.63+00:00

Hi

I have a python script which will take parameters from Azure Data Factory and automatically register Datasets in Azure ML Workspace. I have already prepared this script. And I have run in the Notebooks and is working fine.

I want to create a Pipeline in AML and call this python Script which will not have any input datasets and call this pipeline from ADF using PipelineID.

But when I am creating a Pipeline, system is showing default function azureml_main. I do not want to use this. How to solve this issue

202737-image.png

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chungsun 71 Reputation points
    2022-05-31T09:35:36.767+00:00

    Python SDK is more flexible obviously. I was suffering from the complicated UI then back to SDK. You can publish model in SDk then back to studio.

    But they do integrate useful thing.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.