ITriangle edited a comment on issue #6722: [AIRFLOW-4922]Fix task get log by Web UI URL: https://github.com/apache/airflow/pull/6722#issuecomment-568327959 > Right, I just read the jira issue properly. > > This is the wrong fix. Instead we should commit the hostname column early. This is the current method!If it is better to increase the hostname information . No need to query from the log table. The current way is to get from the task_instance table, but task_instance only saves the latest record, which cannot meet the task of multiple attempts. The implementation of airflow uses the task_instance table, but the task_instance table only stores the latest information. Looking forward to new implementation
---------------------------------------------------------------- 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
