2022-06-08 16:10:40 +02:00
|
|
|
source:
|
|
|
|
type: mysql
|
|
|
|
serviceName: local_mysql
|
|
|
|
serviceConnection:
|
|
|
|
config:
|
|
|
|
type: Mysql
|
|
|
|
username: openmetadata_user
|
|
|
|
password: openmetadata_password
|
|
|
|
hostPort: localhost:3306
|
|
|
|
connectionOptions: {}
|
|
|
|
connectionArguments: {}
|
|
|
|
sourceConfig:
|
|
|
|
config:
|
|
|
|
type: Profiler
|
|
|
|
generateSampleData: true
|
2022-08-08 10:43:17 +05:30
|
|
|
schemaFilterPattern:
|
2022-06-08 16:10:40 +02:00
|
|
|
includes:
|
2022-08-08 10:43:17 +05:30
|
|
|
- openmetadata_db*
|
2022-06-08 16:10:40 +02:00
|
|
|
|
|
|
|
processor:
|
|
|
|
type: "orm-profiler"
|
|
|
|
config: {}
|
|
|
|
sink:
|
|
|
|
type: metadata-rest
|
|
|
|
config: {}
|
|
|
|
workflowConfig:
|
|
|
|
openMetadataServerConfig:
|
|
|
|
hostPort: http://localhost:8585/api
|
|
|
|
authProvider: no-auth
|