eladkal commented on code in PR #46913:
URL: https://github.com/apache/airflow/pull/46913#discussion_r2024792914


##########
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:
   We are on the path to migrate out the decorators from airflow-core
   I think it's best to wait for this effort to complete and then the code in 
this PR will be provider only.
   Some of the effort already begun in 
https://github.com/apache/airflow/pull/48683



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