-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:corekind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet
Description
Apache Airflow version
3.1.1
If "Other Airflow 2/3 version" selected, which one?
No response
What happened?
To help the on-duty engineers when a DAG fails, we have some pretty detailed DAG docs (added with dag.doc_md = """...""").
With the Airflow 3 DAG documentation popup:
- longer docs are cut off at the bottom
- it is not possible to scroll to see more
- it is not possible to resize the doc popup beyond a certain limit
What you think should happen instead?
It should be possible to see the entire Dag documentation.
How to reproduce
Add dag.doc_md to any DAG:
dag.doc_md = "\n\n".join(str(i) for i in range(200))
View the DAG docs in the frontend.
Operating System
macos
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.area:corekind:bugThis is a clearly a bugThis is a clearly a bugneeds-triagelabel for new issues that we didn't triage yetlabel for new issues that we didn't triage yet