adityav commented on issue #6340: [AIRFLOW-5660] Attempt to find the task in DB from Kubernetes pod labels URL: https://github.com/apache/airflow/pull/6340#issuecomment-548208947 > > Only dag_id / task_id are being stored in the labels. The execution date isn't being stored there so it shouldn't be a problem. > > https://github.com/apache/airflow/blob/5a0ddc576a45e7c2e573eb468f4f133bd56cc03b/airflow/executors/kubernetes_executor.py#L539 > begs to differ. But `_label_safe_datestring_to_datetime` and it's reverse means it's probably okay:) My bad, didn't see that. > Final question: which log file does this warning show up in? scheduler logs. They are in the console output of the scheduler pod.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
