bbovenzi opened a new issue, #23503: URL: https://github.com/apache/airflow/issues/23503
Many users use the tree/grid view to find a failing task instance and then look at its logs to figure out what went wrong. Right now that requires one to redirect out to a separate page. We already have access to a task instance logs with the REST API: https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_log Therefore, we can add the task logs into the details panel itself to reduce the amount of steps it takes to drill down to find out what's actually happening for an instance. -- 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]
