You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/07/21 20:20:28 UTC

[airflow] branch main updated: provider_info schema correction (#32754)

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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 62fe683f33 provider_info schema correction (#32754)
62fe683f33 is described below

commit 62fe683f33d9b64c1c876c16ca29b9405175fbd0
Author: Akash Sharma <35...@users.noreply.github.com>
AuthorDate: Sat Jul 22 01:50:19 2023 +0530

    provider_info schema correction (#32754)
    
    Co-authored-by: adaverse <ad...@LAPTOP-JD3LRTNF>
---
 airflow/provider_info.schema.json | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/airflow/provider_info.schema.json b/airflow/provider_info.schema.json
index 9a5dcaefbe..3a37810f7a 100644
--- a/airflow/provider_info.schema.json
+++ b/airflow/provider_info.schema.json
@@ -39,12 +39,12 @@
                         "description": "Hook class name that implements the connection type",
                         "type": "string"
                     }
-                }
-            },
-            "required": [
-                "connection-type",
-                "hook-class-name"
-            ]
+                },
+                "required": [
+                    "connection-type",
+                    "hook-class-name"
+                ]
+            }
         },
         "extra-links": {
             "type": "array",