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

2020-03-31 Thread ASF subversion and git services (Jira)


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

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

Commit 4d20918a9fa7371ecdd1edb47efdd98748c7462c in airflow's branch 
refs/heads/v1-10-test from Philipp Großelfinger
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=4d20918 ]

[AIRFLOW-7080] Adds API endpoint to return a DAG's paused state (#7737)

Adds an additional endpoint to the experimental API
to return the paused state of a DAG.


> 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
> Fix For: 1.10.10
>
>
> 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//paused/
> The new endpoint could look like: 
> GET /api/experimental/dags//paused



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


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

2020-03-31 Thread ASF subversion and git services (Jira)


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

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

Commit 933abafa8f07660208629b966bacbdaea1bf1412 in airflow's branch 
refs/heads/v1-10-test from Philipp Großelfinger
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=933abaf ]

[AIRFLOW-7080] Adds API endpoint to return a DAG's paused state (#7737)

Adds an additional endpoint to the experimental API
to return the paused state of a DAG.


> 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
> Fix For: 1.10.10
>
>
> 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//paused/
> The new endpoint could look like: 
> GET /api/experimental/dags//paused



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


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

2020-03-30 Thread ASF subversion and git services (Jira)


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

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

Commit 65de0ddd88ae2422a5e43f27eed27dd91aa54875 in airflow's branch 
refs/heads/v1-10-test from Philipp Großelfinger
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=65de0dd ]

[AIRFLOW-7080] Adds API endpoint to return a DAG's paused state (#7737)

Adds an additional endpoint to the experimental API
to return the paused state of a DAG.


> 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
> Fix For: 1.10.10
>
>
> 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//paused/
> The new endpoint could look like: 
> GET /api/experimental/dags//paused



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


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

2020-03-18 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-7080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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:
us...@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//paused/
> The new endpoint could look like: 
> GET /api/experimental/dags//paused



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


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

2020-03-18 Thread ASF subversion and git services (Jira)


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

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

Commit e21b2e1b700975c09f7da7f640c499dd28518130 in airflow's branch 
refs/heads/master from Philipp Großelfinger
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e21b2e1 ]

[AIRFLOW-7080] Adds API endpoint to return a DAG's paused state (#7737)

Adds an additional endpoint to the experimental API
to return the paused state of a DAG.

> 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//paused/
> The new endpoint could look like: 
> GET /api/experimental/dags//paused



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