You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/04 18:09:17 UTC

[GitHub] [airflow] mik-laj opened a new issue #8129: API Enddpoint - CRUD - DAG Runs

mik-laj opened a new issue #8129: API Enddpoint - CRUD - DAG Runs
URL: https://github.com/apache/airflow/issues/8129
 
 
   Hello 
   
   We need to create several endpoints that perform basic CRUD operations on **DAG Runs** . We need the following endpoints:
   
   - GET /dags/{dag_id}/dagRuns
   - DELETE /dags/{dag_id}/dagRuns/{dag_run_id}
   - GET /dags/{dag_id}/dagRuns/{dag_run_id}
   - PATCH /dags/{dag_id}/dagRuns/{dag_run_id}
   
   Detailed information is available in the issue:
   https://github.com/apache/airflow/issues/8118
   
   **Use case / motivation**
   N/A
   
   **Related Issues**
   N/A

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on issue #8129: API Endpoints - CRUD - DAG Runs

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #8129: API Endpoints - CRUD - DAG Runs
URL: https://github.com/apache/airflow/issues/8129#issuecomment-610996891
 
 
   I should be included. I updated the ticket. 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] davinchia commented on issue #8129: API Endpoints - CRUD - DAG Runs

Posted by GitBox <gi...@apache.org>.
davinchia commented on issue #8129: API Endpoints - CRUD - DAG Runs
URL: https://github.com/apache/airflow/issues/8129#issuecomment-613763951
 
 
   +1. we currently use the experimental api to start dag runs, and have to jump through lots of hoops to get the status of a current dag run. allowing someone to do this easily will be awesome

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] rtstock commented on issue #8129: API Endpoints - CRUD - DAG Runs

Posted by GitBox <gi...@apache.org>.
rtstock commented on issue #8129: API Endpoints - CRUD - DAG Runs
URL: https://github.com/apache/airflow/issues/8129#issuecomment-615185291
 
 
   +1 would also love to see historical output (eg results of admin/airflow/tree?root=&dag_id=) in json as well
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] dlamblin commented on issue #8129: API Endpoints - CRUD - DAG Runs

Posted by GitBox <gi...@apache.org>.
dlamblin commented on issue #8129: API Endpoints - CRUD - DAG Runs
URL: https://github.com/apache/airflow/issues/8129#issuecomment-610991904
 
 
   I see the update in PATCH, but I don't see a POST for create… is there a reason for this not be included? Or am I missing another way to create a dag run.

----------------------------------------------------------------
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


With regards,
Apache Git Services