apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.74k stars 14.22k forks source link

[UI/UX] Quality of life improvement for code/logs view in Airflow UI #35208

Open armaandhull opened 11 months ago

armaandhull commented 11 months ago

Description

Currently, when a user clicks on Code or Logs tabs in the List/Grid view, it shows the DAG code and logs in a very narrow tab which makes the experience of navigating the DAG code/task logs harder than it needs to be.

image

Use case/motivation

Improving user experience

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

boring-cyborg[bot] commented 11 months ago

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

Taragolis commented 11 months ago

If we have to keep the narrow tab UX, enhance the Code view in a way that when a user clicks on a specific task, it takes them to the block of code where the task is defined e.g.

This unlikely could be implemented. Code section contains only code from file which are used during DAG Processing.

tirkarthi commented 11 months ago

Related issue https://github.com/apache/airflow/issues/33012