Azure / Azure/Azure-DataFactory
Parameter of Array type gets changed to String type on Run Time
Open
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
Say I have 2 pipelines PL-A & PL-B,
PL-B has a parameter **Sample_Array**, set to **Array** type. When I call PL-B from PL-A and pass an **Array** value, instead of receiving the passed value as an Array, Pipeline B treats the incoming value as a **String**.
Contributor guide
Assessment
This issue has not been assessed yet.