uranusjr commented on a change in pull request #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r830728403
########## File path: airflow/decorators/__init__.pyi ########## @@ -251,5 +251,120 @@ class TaskDecoratorCollection: :param cap_add: Include container capabilities """ # [END decorator_signature] + def kubernetes( + self, Review comment: ```suggestion def kubernetes( self, *, ``` Arguments on `KubernetesOperator` are keyword-only, so these need to be as well. -- 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