Does a dataflow get rerun if its input source gets updated while the dataflow is running?
I have a dataflow that has 2 input sources, and have configured it to run when either of the input sources get updated. If one of the dataflow's input sources gets updated while the dataflow is running, will that immediately trigger a rerun of the dataflow? If it doesn't immediately trigger it, then will it at least…