Both the "is paused" and "scheduler lock" buttons on DAG edit (i.e. the (i) button from the homepage) fail to work for me.
I think this is due to airflow/www/views.py setting them as disabled. For "is_paused" this was done in a27d110 FYI.
For pausing the on/off button on the home screen works fine and seems to do exactly the same thing.
Doesn't fix scheduler lock, but perhaps removing is_paused (or hiding it until a better non-flickering solution is found would be a good idea. Not that I see any flickering FWIW.
Both the "is paused" and "scheduler lock" buttons on DAG edit (i.e. the (i) button from the homepage) fail to work for me.
I think this is due to airflow/www/views.py setting them as disabled. For "is_paused" this was done in a27d110 FYI.
For pausing the on/off button on the home screen works fine and seems to do exactly the same thing.
Doesn't fix scheduler lock, but perhaps removing is_paused (or hiding it until a better non-flickering solution is found would be a good idea. Not that I see any flickering FWIW.