This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 032eda12ed7d70b5ab3f06fecf626716ecd025bf
Author: Bas Harenslak <[email protected]>
AuthorDate: Mon Oct 11 20:55:09 2021 +0200

    Group PATCH DAGrun together with other DAGRun endpoints (#18885)
    
    Co-authored-by: Bas Harenslak <[email protected]>
    
    The endpoint to modify DAGRuns added in 
https://github.com/apache/airflow/pull/17839 is given a new tag 
"UpdateDagRunState", but I think it belongs together with the other DAGRun 
endpoints, which this PR does.
    
    WRT the 2.2 release: this PR only changes the grouping, the endpoint itself 
remains the same, so IMO this is fine for the 2.2.1 release.
    
    
![image](https://user-images.githubusercontent.com/6249654/136782577-120f7b4d-7b70-49c8-9a1f-f70d368ad9b2.png)
    
    (cherry picked from commit d27dffda1bf2ae42cfe3d571abe5e03151931e27)
---
 airflow/api_connexion/openapi/v1.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/api_connexion/openapi/v1.yaml 
b/airflow/api_connexion/openapi/v1.yaml
index d94b86c..a663e82 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -702,7 +702,7 @@ paths:
       description: Modify a DAG run
       x-openapi-router-controller: 
airflow.api_connexion.endpoints.dag_run_endpoint
       operationId: update_dag_run_state
-      tags: [ UpdateDagRunState ]
+      tags: [DAGRun]
       requestBody:
         required: true
         content:

Reply via email to