AirflowConnection
Airflow Metadata Database Connection Config
Properties
type
: Service Type. Refer to #/definitions/AirflowType. Default:"Airflow"
.hostPort
(string, format: uri): Pipeline Service Management/UI URI.numberOfStatus
(integer): Pipeline Service Number Of Status. Default:"10"
.connection
: Underlying database connection. See https://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html for supported backends.- One of
- : Refer to backendConnection.json.
- : Refer to ../database/mysqlConnection.json.
- : Refer to ../database/postgresConnection.json.
- : Refer to ../database/sqliteConnection.json.
- One of
supportsMetadataExtraction
: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
Definitions
AirflowType
(string): Service type. Must be one of:["Airflow"]
. Default:"Airflow"
.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.