[ 
https://issues.apache.org/jira/browse/AIRFLOW-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083693#comment-17083693
 ] 

ASF subversion and git services commented on AIRFLOW-7019:
----------------------------------------------------------

Commit a99520180868584b5c9e3bb4dc8065faac2e0bcd in airflow's branch 
refs/heads/v1-10-test from Joshua Carp
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=a995201 ]

[AIRFLOW-7019] Show un/pause errors in dags view. (#7669)

Pausing and unpausing dags in the dags view is asynchronous, and there
is currently no indication to the user if the operation fails. This
patch updates the paused input and highlights it in red when pausing or
unpausing fails

(cherry-picked from d4661485a27f7b4aae70358b09b249005b784098)


> Add visual indication of failure to pause/unpause a dag
> -------------------------------------------------------
>
>                 Key: AIRFLOW-7019
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7019
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: webserver
>    Affects Versions: 1.10.9
>            Reporter: Joshua Carp
>            Assignee: Joshua Carp
>            Priority: Minor
>
> Pausing and unpausing dags from the dag list view is asynchronous, and if the 
> request fails for any reason, there's no indication to the user that the dag 
> hasn't actually changed status. I noticed this recently when cloud composer 
> pushed an update that broke all dag pausing and unpausing, but there are 
> other reasons this could fail. A failed un/pause request should show an 
> indication that the operation failed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to