Long task IDs break Airflow UI: task blocks become hidden #46267
-
Apache Airflow version2.10.4 If "Other Airflow 2 version" selected, which one?No response What happened?When a task ID has a very long task name, e.g. equal to The way it breaks is by the task blocks becoming hidden, even if scrolling the task ID + task blocks div all the way to the right: The only way to see the task blocks again is by either zooming out on the browser (which makes everything too small to read), or by using a bigger monitor, or by expanding the browser window over a multi-monitor setup. What you think should happen instead?The blocks should not become hidden when scrolling all the way to the right. In fact, I think it's a bad thing that they disappear at all. I think a better solution here would be to make the task instance blocks not live in the same div as the task IDs. That way, you would be able to resize/scroll through the task IDs, the task blocks, and the details/log divs each individually. How to reproducePut this DAG in your Airflow instance:
Operating SystemmacOS 15.2 (24C101) Versions of Apache Airflow ProvidersNo response DeploymentOther Docker-based deployment Deployment detailsNo response Anything else?No response Are you willing to submit PR?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We are completely rewriting Airflow 3 UI and it is unlikely anyone will be looking at similar edge cases in Airflow 2. I suggest to look if similar problem will happen in Airflow 3 and report it there. |
Beta Was this translation helpful? Give feedback.
We are completely rewriting Airflow 3 UI and it is unlikely anyone will be looking at similar edge cases in Airflow 2. I suggest to look if similar problem will happen in Airflow 3 and report it there.