[GitHub] [airflow] VladaZakharova commented on a diff in pull request #29017: Add deferrable mode to KubernetesPodOperator

2023-01-20 Thread GitBox
VladaZakharova commented on code in PR #29017: URL: https://github.com/apache/airflow/pull/29017#discussion_r1082553841 ## airflow/providers/cncf/kubernetes/hooks/kubernetes.py: ## @@ -16,19 +16,28 @@ # under the License. from __future__ import annotations +import

[GitHub] [airflow] VladaZakharova commented on a diff in pull request #29017: Add deferrable mode to KubernetesPodOperator

2023-01-20 Thread GitBox
VladaZakharova commented on code in PR #29017: URL: https://github.com/apache/airflow/pull/29017#discussion_r1082552556 ## generated/provider_dependencies.json: ## @@ -209,8 +209,10 @@ "cncf.kubernetes": { "deps": [ "apache-airflow>=2.3.0", +

[GitHub] [airflow] VladaZakharova commented on a diff in pull request #29017: Add deferrable mode to KubernetesPodOperator

2023-01-20 Thread GitBox
VladaZakharova commented on code in PR #29017: URL: https://github.com/apache/airflow/pull/29017#discussion_r1082551668 ## docs/apache-airflow-providers-cncf-kubernetes/operators.rst: ## @@ -1,19 +1,19 @@ .. Licensed to the Apache Software Foundation (ASF) under one -or