Error when Object Type parameter is passed through another pipeline

Priya Jha 871 Reputation points
2020-12-18T12:01:19.37+00:00

Hi All,

I have a pipeline with object type parameter that is used to parameterize Additional columns property in Copy activity.

49523-additionalcolumn.png

The value of the object parameter is: [{"name":"ExtractDate","value":"2020-12-14"}]

This pipeline is getting executed successfully.

49396-inputvalue.png

But when i am executing this pipeline from another pipeline and providing the same value in Object type parameter, pipeline is failing with the following error:
Message=The value of property 'additionalColumns' is in unexpected type 'IList`1'.

49397-anotherpipeline.png

How to handle this scenario?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,199 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nasreen Akter 10,791 Reputation points
    2020-12-18T15:47:25.267+00:00

    Hi @Priya Jha ,

    Thank you for asking this question. In this case, you have to create an objectType pipeline parameter and pass that parameter to the child pipeline (see the screenshots below).

    Hope this helps. If it does, please don't forget to "accept the answer" and "up-vote"! Thank you!

    49553-pipeline-1.jpg

    49544-pipeline-2.jpg

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful