Task modal links are broken in the dag gantt view #19252
Labels
area:UI
Related to UI/UX. For Frontend Developers.
area:webserver
Webserver related Issues
kind:bug
This is a clearly a bug
Milestone
Apache Airflow version
2.2.0 (latest released)
Operating System
Debian GNU/Linux 11 (bullseye)
Versions of Apache Airflow Providers
N/A
Deployment
Other Docker-based deployment
Deployment details
CeleryExecutor / ECS / Postgres
What happened
Clicking on logs / instance details on the following dialog causes an exception:
This is because the execution_date in the query param of the url is empty i.e:
http://localhost:50008/log?dag_id=test_logging&task_id=check_exception_to_sentry&execution_date=
What you expected to happen
The logs to load / task instance detail page to load
How to reproduce
See above
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: