Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该管道适用于 DataFactory Azure (SSIS 2016),没有调用子包。当我的父包调用子包时,变量 child 不会被变量 parent 替换。为什么?
如果我理解这一点,我认为您的建议是您正在使用 ADF,并且您正试图从父管道调用子管道。
您需要做的是在父管道上,请将值作为参数传递给子管道,您应该能够从子管道访问它。