We are trying to setup database transactions across a couple of subgraphs. It works if all the graphs are in the same job flow, but if call subgraphs that contain sql, we can’t get them to be part of the same transaction.
We have tried setting the transaction set to never commit in all boxes, and we also tried turning off thread-safe connections. Is there anything else we are missing? or this is not supported across subgraphs?