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?
Asked
Active
Viewed 259 times
1 Answers
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 .

HimanshuSinha
- 1,650
- 2
- 6
- 10