potiuk commented on issue #28116:
URL: https://github.com/apache/airflow/issues/28116#issuecomment-1338382467

   this is not as straightforward as you think - you should take a look at 
airflow's architecture - scheduler logs are the logs from scheduler, not from 
task. They are stored on a different instance where UI has no access (UI only 
accesses task logs from the worker where workers are involved and not from 
scheduler. Scheduler is really a control plane for the tasks.
   
   Implementing such a feature would lkely require somethign similar to "import 
errors" - where errors are stored in a DB and then displayed in the UI - but 
those errors would have to be stored in task instance model. 
   
   But yeah. might be an interesting feature. Maybe someone will pick it up - 
marked it as good first issue.


-- 
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]

Reply via email to