Azure / Azure-DataFactory

Other
481 stars 586 forks source link

Get-SortedPipelines #678

Open kallum3009 opened 3 months ago

kallum3009 commented 3 months ago

We are using PrePostDeploymentScript.Ver2.ps1and in that Get-SortedPipelines is failing with error Index operation failed; the array index evaluated to null. Can you please look into this and if anyone has faced or facing please share the solution or what they have done it to fix it.

Liszet commented 3 months ago

@kallum3009 I have found a fix for this, check my comment in another similar issue https://github.com/Azure/Azure-DataFactory/issues/679#issuecomment-2210382222

kallum3009 commented 3 months ago

@Liszet thanks for sharing the solution will try to implement and let you know.

Liszet commented 2 months ago

@kallum3009 The ADF product team just fixed the validation in the Data Factory, so now the execute pipelines activities that have no invoked pipeline should show up in the validate step during development. Take a look and see if you now get validation errors in the ADF project where you got the error in the deployment script