potiuk commented on code in PR #48223:
URL: https://github.com/apache/airflow/pull/48223#discussion_r2022821078
##########
airflow-core/src/airflow/decorators/base.py:
##########
@@ -149,7 +148,7 @@ def _find_id_suffixes(dag: DAG) -> Iterator[int]:
return f"{core}__{max(_find_id_suffixes(dag)) + 1}"
-class DecoratedOperator(BaseOperator):
+class DecoratedOperator(TaskSDKBaseOperator):
Review Comment:
It's needed as `mypy` tests started to fali on it. @kaxil @amoghrajesh -> is
that an overlook and should be done separately ? or is it ok to merge it as-is
now ?
--
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]