Skip to content

Short-circuit transfer_to_es DAGs in case convert_to_esbulk implies it

Peter Fischer requested to merge short_circuit_transfer_to_es into main

I was not sure if we rely on reaching the empty complete task anywhere. If that's the case I'd have to rewrite the code so it relies on BranchPythonOperator instead of ShortCircuitOperator, see docs.

Bug: T358472

Merge request reports