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

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

Commit ebd11a2ab336681e4a1bce823de522f861e02a30 in airflow's branch 
refs/heads/v1-10-test from Kumpan Anton
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=ebd11a2 ]

[AIRFLOW-5590] Add run_id to trigger DAG run API response (#6256)


> Add 'run_id' to trigger DAG run API response as a field
> -------------------------------------------------------
>
>                 Key: AIRFLOW-5590
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5590
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: api
>    Affects Versions: 1.10.5
>            Reporter: Anton Kumpan
>            Assignee: Anton Kumpan
>            Priority: Major
>             Fix For: 1.10.10
>
>
> Idea is the same as in AIRFLOW-4482
> Currently API response looks like this:
> {code:json}
> {
> 'execution_date': '2019-05-08T07:03:09+00:00', 
> 'message': 'Created <DagRun dag_id @ 2019-05-08 07:03:09+00:00: 
> manual__2019-05-08T07:03:09+00:00, externally triggered: True>'
> }
> {code}
>  
> It would be nice to add run_id as a separate field, so that response will 
> look like:
> {code:json}
> {
> 'run_id': 'manual__2019-05-08T07:03:09+00:00',
> 'execution_date': '2019-05-08T07:03:09+00:00', 
> 'message': 'Created <DagRun dag_id @ 2019-05-08 07:03:09+00:00: externally 
> triggered: True>'
> }
> {code}
>  



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

Reply via email to