Kevin Mullins
03/17/2022, 4:43 PMLatestOnlyOperator
or using depends_on_past
. In Oozie (I know, not my favorite orchestrator), this could be achieved by setting a concurrency
to 1
and execution
to FIFO
or ONLYLAST
.
Are there any plans in Orion to provide similar functionality so users don’t have to implement custom solutions to this common pattern?Kevin Kho