-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebUI: Action on selection in task instance list yields an error #11513
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Any ideas here @ashb @mik-laj @ryanahamilton ? I was able to reproduce this |
I was able to reproduce as well. The UI refresh updates didn't touch anything related to this. I thought the recent FAB upgrade from 3.0 to 3.1 could be the culprit, but I just tested the commit prior to that upgrade and was able to reproduce with FAB 3.0 as well. |
Seeing this too; at |
This fixes apache#11513 -- and has been submitted upstream to FAB as dpgaspar/Flask-AppBuilder#1493, once that is merged we can remove this
This fixes #11513 -- and has been submitted upstream to FAB as dpgaspar/Flask-AppBuilder#1493, once that is merged we can remove this override.
This fixes apache#11513 -- and has been submitted upstream to FAB as dpgaspar/Flask-AppBuilder#1493, once that is merged we can remove this override.
This fixes apache#11513 -- and has been submitted upstream to FAB as dpgaspar/Flask-AppBuilder#1493, once that is merged we can remove this override.
Apache Airflow version: v2.0.0.dev0 (latest master)
Environment:
What happened:
Selecting a task in the the task instance list (http:localhost:8080/taskinstance/list/) and performing an Action on it (e.g. Set state to 'failed') yields an error.
Error message:
How to reproduce it:
I wanted to take an Action on a task instance of a DAG with
schedule_interval=None
. I am attaching a minimal DAG file used for reproducing this error.DAG file
Anything else we need to know:
Taking the same Action on the DagRun list (http://localhost:8080/dagrun/list) works.
Great project btw 🙌. Really enjoying using it.
The text was updated successfully, but these errors were encountered: