mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
26 lines
568 B
YAML
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
|