Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
207 stars 69 forks source link

Including "Array" type for the configuration file Value #348

Closed MartaUch closed 11 months ago

MartaUch commented 1 year ago

Hello, Currently I can see in the documentation that only three types of the Value can be accepted: string, number and nested json object. image Can we please extend this list with Array type as well?

We want to update global parameter that originally suppose to be an array and when we define value this way in the json config file: image Then the array is deployed, but with these single quotation marks what is not acceptable by ADF: image It requires this format: image We also tried with "value": ["dev poc","test"] in the config file but then we are getting: image

That is actually the last thing that stops me from using incremental deployment. I want to be sure that developers will be capable of defining and updating Array types for global parameters. Best regards Marta

MartaUch commented 1 year ago

Alright, Now I noticed that in the old issues I can find some discussions already opened. I apologies, I will take a look at them first

MartaUch commented 1 year ago

I checked some of the issues, but to be honest I still can't find correct approach. I switched to csv now and used the following approaches. This is my factory file: image This is my csv config file: image This is an error for the Array: image Same error occurs then value is defined as "[5,6,7]" Thank you in advance for your help :)

MartaUch commented 1 year ago

Hello Kamil :) Is there any update on this issue?

NowinskiK commented 12 months ago

Not yet, I'm on holiday right now.

MartaUch commented 12 months ago

Alright, I apologise, wish you a nice holiday!