You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an empty DAG is created without any tasks, the DAG can be parsed and triggered in the UI, but the UI crashes when you click on Graph. The entire screen (except the top bar) disappears.
Uncaught TypeError: u.nodes.children[0] is undefined
gQ http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
wa http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
Ms http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
wl http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
vu http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
mu http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
gu http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
iu http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
ru http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
_ http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
O http://localhost:28080/static/dist/grid.abc695e791ed71742eea.js:2
grid.abc695e791ed71742eea.js:2:2750893
What you think should happen instead?
The UI should load correctly. The graph should be empty (no blocks), but other controls should still load.
Apache Airflow version
main (development)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When an empty DAG is created without any tasks, the DAG can be parsed and triggered in the UI, but the UI crashes when you click on Graph. The entire screen (except the top bar) disappears.
What you think should happen instead?
The UI should load correctly. The graph should be empty (no blocks), but other controls should still load.
How to reproduce
Load this DAG into Airflow
Trigger a run from the Home page.
Click into the DAG detail view
Clikc on Graph
Operating System
n/a
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: