Ensure try_number incremented for empty operator#40426
Ensure try_number incremented for empty operator#40426jedcunningham merged 1 commit intoapache:mainfrom
Conversation
|
Interesting, I did not know we where making an exception for |
Yeah. I don’t have a strong opinion. I would not be opposed to removing the logic. +0 you could say. I think it’s there because why send something to the worker to do nothing. But then we have all that logic cus if there’s callbacks etc I don’t know why we need this operator in the first place. I’m not sure what the use is. |
|
I love me some EmptyOp, but that's for my persona (Airflow dev). I'd bet some 🍻 that the vast majority of EmptyOps in the wild could go away. |
Missed this when implementing #39336. Need to increment try number for empty operator too.