mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 09:22:18 +00:00
30 lines
621 B
YAML
30 lines
621 B
YAML
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
|
|
fqnFilterPattern:
|
|
includes:
|
|
- local_mysql.openmetadata_db*
|
|
|
|
processor:
|
|
type: "orm-profiler"
|
|
config: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: no-auth
|