kaxil opened a new pull request, #54816:
URL: https://github.com/apache/airflow/pull/54816

   The scheduler-side `MappedOperator` and `SerializedBaseOperator` classes 
contained `unmap()` functionality that was creating unnecessary complexity and 
architectural confusion. The `unmap()` method was attempting to synthesize 
"real" operators from serialized data, but this is not needed for scheduler 
operations.
   
   Scheduler doesn't execute callbacks - that's handled by the DAG processor. 
So simplifying the codebase.
   
   This would also be helpful for https://github.com/apache/airflow/pull/54569
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to