Docs: Fixing Service Connection Information for Airflow (#20314)

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
This commit is contained in:
Prajwal214 2025-03-18 16:41:15 +05:30 committed by GitHub
parent 86714dc066
commit 2bc34d99cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,6 @@ Note that the **Backend Connection** is only used to extract metadata from a DAG
$$ $$
---
## MySQL Connection ## MySQL Connection
@ -64,7 +63,6 @@ Provide the path to SSL client certificate file (`ssl_cert`)
### SSL Key $(id="sslKey") ### SSL Key $(id="sslKey")
Provide the path to SSL key file (`ssl_key`) Provide the path to SSL key file (`ssl_key`)
---
## Postgres Connection ## Postgres Connection
@ -88,7 +86,6 @@ SSL Mode to connect to postgres database. E.g, `prefer`, `verify-ca` etc.
You can ignore the rest of the properties, since we won't ingest any database not policy tags. You can ignore the rest of the properties, since we won't ingest any database not policy tags.
---
## MSSQL Connection ## MSSQL Connection
@ -312,7 +309,6 @@ $$section
### Connection Arguments $(id="connectionArguments") ### Connection Arguments $(id="connectionArguments")
Additional connection arguments such as security or protocol configs that can be sent to the service during connection. Additional connection arguments such as security or protocol configs that can be sent to the service during connection.
---
## Postgres Connection ## Postgres Connection
@ -322,8 +318,6 @@ Additional connection arguments such as security or protocol configs that can be
Username to connect to Postgres. This user should have privileges to read all the metadata in Postgres. Username to connect to Postgres. This user should have privileges to read all the metadata in Postgres.
### Auth Config $(id="authType") ### Auth Config $(id="authType")
There are 2 types of auth configs: There are 2 types of auth configs:
- Basic Auth. - Basic Auth.
@ -538,8 +532,6 @@ Additional connection arguments such as security or protocol configs that can be
Additional connection options to build the URL that can be sent to service during the connection. Additional connection options to build the URL that can be sent to service during the connection.
---
## SQLite Connection ## SQLite Connection
### Username $(id="username") ### Username $(id="username")