MicrosoftLearning / mslearn-mlops

This repository contains hands-on challenges for end-to-end machine learning operations (MLOps) with Azure Machine Learning.
https://microsoftlearning.github.io/mslearn-mlops/
13 stars 20 forks source link

Data not found error while running "Create Data asset" workflow #2

Closed kalpa-subbaiah closed 2 years ago

kalpa-subbaiah commented 2 years ago

Below data not found error is displayed on running the workflow "Create Data asset" based on the set up documentation in the section "Create a data asset in your Azure Machine Learning workspace" image

Looks like the path in the "create-data.yml" file is not set right ,in my local code I changed it to "az ml data create --name diabetes-mlops --version 1 --path diabetes.csv" which worked fine. image

kalpa-subbaiah commented 2 years ago

Let me know if this is as expected since we want the students to take care of it.