subkanthi commented on code in PR #21077:
URL: https://github.com/apache/airflow/pull/21077#discussion_r847322497


##########
airflow/decorators/__init__.pyi:
##########
@@ -245,5 +245,121 @@ class TaskDecoratorCollection:
         :param cap_add: Include container capabilities
         """
         # [END decorator_signature]
+    def kubernetes(
+        self,
+        *,
+        python_callable: Optional[Callable] = None,

Review Comment:
   Removed, thanks.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to