Run Dataflow on specific rules
I have a dataflow that brings in 2 datasets and provides an output that does a reconciliation of them. The 2 datasets are updated daily but only change once a month - usually on different days. I would like to be able to only run this reconciliation dataflow when both datasets have changed to the next month. Is there way…