mlops-v2 icon indicating copy to clipboard operation
mlops-v2 copied to clipboard

Missing /mlops/azureml/train/data.yml (ADO/classical)

Open WiktorMadejski opened this issue 2 years ago • 1 comments

Describe the bug or the issue that you are facing

In ADO repository generation pipeline

/.azuredevops/initialise-project.yml

did not created

/mlops/azureml/train/data.yml

(which can be found here https://github.com/Azure/mlops-v2-ado-demo/blob/main/mlops/azureml/train/data.yml), which leads to error in ASO pipeline: DeployTrainingPipeline job: templates/${{ variables.version }}/register-data.yml@mlops-templates

"Register Azure ML data asset" ERROR: No such file or directory:mlops/azureml/train/data.yml

Steps/Code to Reproduce

Steps as per https://github.com/Azure/mlops-v2/blob/main/documentation/deployguides/deployguide_ado.md

Expected Output

No Error in pipeline DeployTrainingPipeline job templates/${{ variables.version }}/register-data.yml@mlops-templates related to registering ../../../data/taxi-data.csv

Versions

ADO -projectType "classical" -mlopsVersion <ALL>

Which platform are you using for deploying your infrastrucutre?

Azure DevOps (ADO)

If you mentioned Others, please mention which platformm are you using?

No response

What are you using for deploying your infrastrucutre?

Terraform

Are you using Azure ML CLI v2 or Azure ML Python SDK v2

Azure ML CLI v2

Describe the example that you are trying to run?

Tabular name: deploy-model-training-pipeline

WiktorMadejski avatar Sep 04 '23 10:09 WiktorMadejski

@WiktorMadejski I am reviewing this error. Though I dont want to say it works for me but give me a bit to try it on a fresh setup to see where the pipeline breaks.

setuc avatar Sep 18 '23 02:09 setuc