0

The pipeline works on DataFactory Azure (SSIS 2016) with no call child package. When my parent package called child package, the variable child doesn't replace by a variable parent. Why?

Hadi
  • 36,233
  • 13
  • 65
  • 124
David
  • 1
  • 1

1 Answers1

1

If I understand this right , I think what you are suggesting is that you are using ADF , and you are trying to call a child pipeline from a parent pipeline .

What you need to do is on the parent pipeline , please pass the values as an parameter to the child pipeline and you should be able to access that from the child pipeline .

enter image description here

HimanshuSinha
  • 1,650
  • 2
  • 6
  • 10