Azure / Azure-DataFactory

Other
480 stars 585 forks source link

Default value of 'array' parameter is converted to string #682

Open AlexM2000 opened 1 month ago

AlexM2000 commented 1 month ago

Description

If I have a pipeline with parameter of type 'array' image image

When I run pipeline itself and leave default value, ADF treats it as array image image image UPD: attaching screenshot with pipeline parameters: image

But when I run pipeline from another pipeline and leave default value, ADF converts this default value to string image image

As an end user I expect that I can use default array value without sideeffects.

Acceptance criteria

ADF treats default value of 'array' parameter as array when running pipeline from another pipeline.

AlexM2000 commented 1 month ago

Actually, issue occurred on Azure Synapse Analytics Workspace, but I didn't find its repository, so I created issue here.