[GitHub] [airflow] uranusjr commented on a diff in pull request #21077: Kubernetes decorator

2022-08-04 Thread GitBox
uranusjr commented on code in PR #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r938405709 ## airflow/providers/cncf/kubernetes/decorators/kubernetes.py: ## @@ -0,0 +1,145 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut

[GitHub] [airflow] uranusjr commented on a diff in pull request #21077: Kubernetes decorator

2022-08-04 Thread GitBox
uranusjr commented on code in PR #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r938405620 ## airflow/providers/cncf/kubernetes/decorators/kubernetes.py: ## @@ -0,0 +1,145 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut

[GitHub] [airflow] uranusjr commented on a diff in pull request #21077: Kubernetes decorator

2022-08-04 Thread GitBox
uranusjr commented on code in PR #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r938405255 ## airflow/decorators/__init__.pyi: ## @@ -239,5 +238,119 @@ class TaskDecoratorCollection: :param cap_add: Include container capabilities """

[GitHub] [airflow] uranusjr commented on a diff in pull request #21077: Kubernetes decorator

2022-04-11 Thread GitBox
uranusjr commented on code in PR #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r847743501 ## airflow/decorators/__init__.pyi: ## @@ -188,8 +188,7 @@ class TaskDecoratorCollection: Dict will unroll to XCom values with keys as XCom keys. Default

[GitHub] [airflow] uranusjr commented on a diff in pull request #21077: Kubernetes decorator

2022-04-10 Thread GitBox
uranusjr commented on code in PR #21077: URL: https://github.com/apache/airflow/pull/21077#discussion_r846958672 ## airflow/providers/cncf/kubernetes/decorators/kubernetes.py: ## @@ -0,0 +1,149 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contribut