When linking two nodes with the map_all_data:True flag every outputs is link to the target task.
Since we have now warnings on unknow inputs, when using the flag we will ll always raise the warning unless we have a perfect match between the outputs and inputs.
The map_all_data flag should be smarter and only link ouput to existing input.
When linking two nodes with the
map_all_data:Trueflag every outputs is link to the target task.Since we have now warnings on unknow inputs, when using the flag we will ll always raise the warning unless we have a perfect match between the outputs and inputs.
The map_all_data flag should be smarter and only link ouput to existing input.