josh-fell commented on code in PR #25242:
URL: https://github.com/apache/airflow/pull/25242#discussion_r928129858


##########
airflow/decorators/base.py:
##########
@@ -531,6 +531,9 @@ def expand(self, **kwargs: "Mappable") -> XComArg:
     def partial(self, **kwargs: Any) -> "Task[Function]":
         ...
 
+    def override(self, **kwargs: Any) -> "_TaskDecorator[Function, 
OperatorSubclass]":

Review Comment:
   OK difference in mypy behavior is obviously from running static checks on 
modified files (local dev) and all files (in CI). I'll continue to investigate, 
but seems a little more complex to fix (although mypy is not my forté).



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