insomnes commented on code in PR #46913:
URL: https://github.com/apache/airflow/pull/46913#discussion_r2024973130
##########
airflow-core/src/airflow/decorators/__init__.pyi:
##########
@@ -685,6 +686,178 @@ class TaskDecoratorCollection:
:param progress_callback: Callback function for receiving k8s
container logs.
"""
@overload
+ def kubernetes(self, python_callable: Callable[FParams, FReturn]) ->
Task[FParams, FReturn]: ...
Review Comment:
Oh nice! Thank you, I'll subscribe to the mentioned PR to drop the changes.
--
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]