Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

config.csv file could not find object issue #54

Closed MihailEnachi closed 3 years ago

MihailEnachi commented 3 years ago

Hi,

I am not able to solve the error ADFT0007: Could not find object: This relates to Factory(Global Parameters) config type

I created the configuration file as .csv which is being picked up correctly. image

I get the below error while publishing ADF in the logs image

can you please advise where I am going wrong?

NowinskiK commented 3 years ago

Check file name in factory subfolder. It should named DWHMode.json according to your config.

MihailEnachi commented 3 years ago

Thanks for pointing me in the right direction.

Error I made was that I was putting the Global parameter name in the "Name" column instead of the factory Name.

Thanks, Much appreciated