We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I have a pipeline with parameter of type 'array'
When I run pipeline itself and leave default value, ADF treats it as array UPD: attaching screenshot with pipeline parameters:
But when I run pipeline from another pipeline and leave default value, ADF converts this default value to string
As an end user I expect that I can use default array value without sideeffects.
ADF treats default value of 'array' parameter as array when running pipeline from another pipeline.
The text was updated successfully, but these errors were encountered:
Actually, issue occurred on Azure Synapse Analytics Workspace, but I didn't find its repository, so I created issue here.
Sorry, something went wrong.
I have the same issue on ADF
No branches or pull requests
Description
If I have a pipeline with parameter of type 'array'
When I run pipeline itself and leave default value, ADF treats it as array
UPD: attaching screenshot with pipeline parameters:
But when I run pipeline from another pipeline and leave default value, ADF converts this default value to string
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.
The text was updated successfully, but these errors were encountered: