You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2024/04/04 17:50:34 UTC

(airflow) 01/05: Reorder OpenAPI Spec tags alphabetically (#38717)

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

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

commit 0961e4290cffc1fa61517a51c68307459c7aaec4
Author: Pankaj Koti <pa...@gmail.com>
AuthorDate: Thu Apr 4 00:03:42 2024 +0530

    Reorder OpenAPI Spec tags alphabetically (#38717)
    
    Re-order the Tags in our API Spec view to be sorted alphabetically.
    
    This one is quick PR to fix the current order, but perhaps we could
    work on adding a pre-commit to ensure this list stays sorted.
    
    (cherry picked from commit 9b2d7cb71267cdae996dee8e43e3c889d41512af)
---
 airflow/api_connexion/openapi/v1.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml
index 17a5a95ca8..86ca92f735 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -5667,20 +5667,20 @@ tags:
   - name: Connection
   - name: DAG
   - name: DAGRun
+  - name: DagWarning
+  - name: Dataset
   - name: EventLog
   - name: ImportError
   - name: Monitoring
+  - name: Permission
+  - name: Plugin
   - name: Pool
   - name: Provider
+  - name: Role
   - name: TaskInstance
+  - name: User
   - name: Variable
   - name: XCom
-  - name: Plugin
-  - name: Role
-  - name: Permission
-  - name: User
-  - name: DagWarning
-  - name: Dataset
 
 externalDocs:
   url: https://airflow.apache.org/docs/apache-airflow/stable/