Mapped Tasks make DAG fail to display GRID in new UI #46976
Labels
affected_version:3.0.0alpha
For all 3.0.0 alpha releases
area:core
area:dynamic-task-mapping
AIP-42
area:task-sdk
kind:bug
This is a clearly a bug
Apache Airflow version
main (development)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Using the new Airflow 3.0 UI fails displaying the Gris view when opening the example DAG
[Params Trigger UI](http://localhost:28080/dags/example_params_trigger_ui/grid)
When calling the
/grid
API Endpoint, a HTTP Error 500 is raised. On FastAPI Server the following stack is visible:What you think should happen instead?
Grid should display, no HTTP 500
How to reproduce
Operating System
Ubuntu 22.04 with breeze on main
Versions of Apache Airflow Providers
n/a - dev setup
Deployment
Other
Deployment details
started via
breeze start-airflow --python 3.12 --load-example-dags --backend postgres --executor EdgeExecutor --answer y --load-example-dags
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: