turbaszek opened a new issue #10926:
URL: https://github.com/apache/airflow/issues/10926


   **Description**
   
   Currently `BaseOperator` and `XComArgs` implements the same logic of 
`__lshift__`, `__rshift__` and others "chain" operations (`>>`, `<<`). It seems 
resonable to abstract this logic into `TaskMixin` to introduce some DRYness 
especially because the new concept of `TaskGroup` will also implement the same 
methods.
   
   **Use case / motivation**
   
   Limit duplication of logic.
   
   **Related Issues**
   
   https://github.com/apache/airflow/pull/10827#issuecomment-691927501
   #10153 
   


----------------------------------------------------------------
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.

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


Reply via email to