Pere Miquel Brull 321cb4626c
Docs - Airflow and pipeline connectors (#6008)
* Airflow and pipeline connectors

* Revert dockerfile
2022-07-11 16:54:40 +02:00

26 lines
568 B
YAML

source:
type: airflow
serviceName: airflow_source
serviceConnection:
config:
type: Airflow
hostPort: http://localhost:8080
numberOfStatus: 10
connection:
type: Mysql
username: airflow_user
password: airflow_pass
databaseSchema: airflow_db
hostPort: localhost:3306
sourceConfig:
config:
type: PipelineMetadata
sink:
type: metadata-rest
config: { }
workflowConfig:
loggerLevel: DEBUG
openMetadataServerConfig:
hostPort: http://localhost:8585/api
authProvider: no-auth