insomnes commented on code in PR #46913:
URL: https://github.com/apache/airflow/pull/46913#discussion_r2032724826
##########
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:
Thanks again for mentioning the PR. I've rebased mine, now there are only
changes to task-sdk `definitions/decorators/__init__.pyi` outside of provider's
code
--
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]