You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/18 11:33:00 UTC

[jira] [Commented] (AIRFLOW-7080) API Endpoint to query a dag's paused status

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

ASF GitHub Bot commented on AIRFLOW-7080:
-----------------------------------------

potiuk commented on pull request #7737: [AIRFLOW-7080] Simple API endpoint to return a DAG's paused state
URL: https://github.com/apache/airflow/pull/7737
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> API Endpoint to query a dag's paused status
> -------------------------------------------
>
>                 Key: AIRFLOW-7080
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-7080
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: api
>    Affects Versions: 2.0.0, 1.10.10
>            Reporter: Philipp Großelfinger
>            Assignee: Philipp Großelfinger
>            Priority: Minor
>
> So far it is possible to set the paused state of a DAG via the experimental API. It would be nice to be also able to query the current paused state of a DAG.
> The endpoint to set the paused state looks like this: 
> /api/experimental/dags/<dag_name>/paused/<paused>
> The new endpoint could look like: 
> GET /api/experimental/dags/<dag_name>/paused



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