Re: [PR] Add `pod_template_dict` field to `KubernetesPodOperator` [airflow]

2023-12-17 Thread via GitHub
boring-cyborg[bot] commented on PR #33174: URL: https://github.com/apache/airflow/pull/33174#issuecomment-1859254906 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional contributions.

Re: [PR] Add `pod_template_dict` field to `KubernetesPodOperator` [airflow]

2023-12-17 Thread via GitHub
eladkal merged PR #33174: URL: https://github.com/apache/airflow/pull/33174 -- 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.

Re: [PR] Add `pod_template_dict` field to `KubernetesPodOperator` [airflow]

2023-12-17 Thread via GitHub
eladkal commented on code in PR #33174: URL: https://github.com/apache/airflow/pull/33174#discussion_r1429222336 ## tests/providers/cncf/kubernetes/operators/test_pod.py: ## @@ -28,6 +28,7 @@ from urllib3 import HTTPResponse from airflow.exceptions import AirflowException, A

Re: [PR] Add `pod_template_dict` field to `KubernetesPodOperator` [airflow]

2023-12-17 Thread via GitHub
eladkal commented on code in PR #33174: URL: https://github.com/apache/airflow/pull/33174#discussion_r1429096075 ## tests/providers/cncf/kubernetes/operators/test_pod.py: ## @@ -28,6 +28,7 @@ from urllib3 import HTTPResponse from airflow.exceptions import AirflowException, A