From 429094ffbb3539eef91f46d98ed715b14de1a861 Mon Sep 17 00:00:00 2001 From: rnhttr Date: Wed, 30 Jul 2025 13:21:38 -0400 Subject: [PATCH 1/2] fix typo in http conn docs --- providers/http/docs/connections/http.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/http/docs/connections/http.rst b/providers/http/docs/connections/http.rst index 3d471f3ccf8d0..c48c2efd67b03 100644 --- a/providers/http/docs/connections/http.rst +++ b/providers/http/docs/connections/http.rst @@ -53,7 +53,7 @@ Port (optional) Schema (optional) Specify the service type etc: http/https. -Extras (optional) +Extra (optional) Specify headers and default requests parameters in json format. Following default requests parameters are taken into account: From 2dc4ba66463dea463278777c2982e5ead2765eca Mon Sep 17 00:00:00 2001 From: rnhttr Date: Wed, 30 Jul 2025 13:22:43 -0400 Subject: [PATCH 2/2] fix typo in conn docs --- providers/airbyte/docs/connections.rst | 2 +- providers/apache/livy/docs/connections.rst | 2 +- providers/discord/docs/connections/discord-webhook.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/providers/airbyte/docs/connections.rst b/providers/airbyte/docs/connections.rst index 50a85188cff9d..e238da4f8b725 100644 --- a/providers/airbyte/docs/connections.rst +++ b/providers/airbyte/docs/connections.rst @@ -41,7 +41,7 @@ Client Secret (required) The Client Secret to connect to the Airbyte server. You can find this information in the Settings / Applications page in Airbyte UI. -Extras (optional) +Extra (optional) Specify custom proxies in json format. Following default requests parameters are taken into account: diff --git a/providers/apache/livy/docs/connections.rst b/providers/apache/livy/docs/connections.rst index 14f9046f37817..d14f319fc690d 100644 --- a/providers/apache/livy/docs/connections.rst +++ b/providers/apache/livy/docs/connections.rst @@ -44,7 +44,7 @@ Login (optional) Password (optional) Specify the password for the Apache Livy server you would like to connect too. -Extras (optional) +Extra (optional) Specify headers in json format. When specifying the connection in environment variable you should specify diff --git a/providers/discord/docs/connections/discord-webhook.rst b/providers/discord/docs/connections/discord-webhook.rst index 5c70a6d30ee1d..2430f69897c68 100644 --- a/providers/discord/docs/connections/discord-webhook.rst +++ b/providers/discord/docs/connections/discord-webhook.rst @@ -57,5 +57,5 @@ Schema (optional) Webhook Endpoint The endpoint that will be used to perform the HTTP request. -Extras (optional) +Extra (optional) Specify headers in json format.