mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 07:58:31 +00:00
24 lines
519 B
YAML
24 lines
519 B
YAML
source:
|
|
type: mysql
|
|
serviceName: "<service name>"
|
|
serviceConnection:
|
|
config:
|
|
type: Mysql
|
|
username: "<username>"
|
|
password: "<password>"
|
|
hostPort: "<hostPort>"
|
|
sourceConfig:
|
|
config:
|
|
type: Profiler
|
|
fqnFilterPattern: "<table FQN filtering regex>"
|
|
processor:
|
|
type: orm-profiler
|
|
config: {}
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: "<OpenMetadata host and port>"
|
|
authProvider: "<OpenMetadata auth provider>"
|