josh-fell commented on code in PR #25242:
URL: https://github.com/apache/airflow/pull/25242#discussion_r927988882
##########
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:
Hmm mypy is, in fact, not happy which is different than the local static
check runs. I'll take a look.
--
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]