Forum Discussion
rdnguyen
3 years agoHelper V
Dataflow loading data - mechanism?
Hi Everyone,
Would anyone shares to me some insight of how dataflow loading data works? My question is to help me understand if I have Dataflow A is the source, and Dataflow B is the connected ...
collinq
3 years agoSuper User
Hi rdnguyen ,
I don't think that this is quite how it works. If you have Dataflow A running then the results and then Dataflow B uses Dataflow A my understanding is that Dataflow B will be using the results of Dataflow A AT THAT MOMENT . Therefore, if A is still running and/or is hung up then B will get a result set that is impartial - or B could be hung up as well.
My solution is that if B is using A, you must make sure that A is fully complete or B will not be correct.
jeffshieldsdev
3 years agoSolution Sage
To clarify, B won't get a partial A result set, it'll get the last refreshed complete A result set.