jedcunningham commented on code in PR #28844: URL: https://github.com/apache/airflow/pull/28844#discussion_r1067402778
########## airflow/executors/kubernetes_executor.py: ########## @@ -52,6 +52,7 @@ from airflow.utils.state import State ALL_NAMESPACES = "ALL_NAMESPACES" +POD_DONE_KEY = "airflow_done" Review Comment: Thanks, renamed some stuff based on this. Take another look please 🙏. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
