ashb commented on code in PR #22909:
URL: https://github.com/apache/airflow/pull/22909#discussion_r847687365


##########
airflow/decorators/base.py:
##########
@@ -406,6 +406,9 @@ class DecoratedMappedOperator(MappedOperator):
     # in partial_kwargs, and MappedOperator prevents duplication.
     mapped_op_kwargs: Dict[str, "Mappable"]
 
+    def __hash__(self):

Review Comment:
   This was needed for the `@cache` decorator.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to