Re: [PR] 36888-Fix k8 configmap issue in 7.14.0rc1 [airflow]

2024-01-24 Thread via GitHub
vizeit commented on code in PR #37001: URL: https://github.com/apache/airflow/pull/37001#discussion_r1465835949 ## tests/providers/cncf/kubernetes/operators/test_pod.py: ## @@ -179,7 +179,7 @@ def test_templates(self, create_task_instance_of_operator): assert dag_id ==

Re: [PR] 36888-Fix k8 configmap issue in 7.14.0rc1 [airflow]

2024-01-24 Thread via GitHub
dirrao commented on code in PR #37001: URL: https://github.com/apache/airflow/pull/37001#discussion_r1465806901 ## tests/providers/cncf/kubernetes/operators/test_pod.py: ## @@ -179,7 +179,7 @@ def test_templates(self, create_task_instance_of_operator): assert dag_id ==

[PR] 36888-Fix k8 configmap issue in 7.14.0rc1 [airflow]

2024-01-24 Thread via GitHub
vizeit opened a new pull request, #37001: URL: https://github.com/apache/airflow/pull/37001 This change is to fix issue from [Provider cncf.kubernetes: 7.14.0rc1](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/7.14.0rc1) testing for the PR #36922. After troubleshooting th