mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-06 16:18:05 +00:00
26 lines
683 B
YAML
26 lines
683 B
YAML
source:
|
|
type: mysql
|
|
serviceName: "<service name>"
|
|
serviceConnection:
|
|
config:
|
|
type: Mysql
|
|
username: "<username>"
|
|
password: "<password>"
|
|
hostPort: "<hostPort>"
|
|
sourceConfig:
|
|
config:
|
|
markDeletedTables: true
|
|
includeTables: true
|
|
includeViews: true
|
|
schemaFilterPattern: "<schema name regex list>"
|
|
tableFilterPattern: "<table name regex list>"
|
|
dbtConfigSource: "<configs for gcs, s3, local or file server to get the DBT
|
|
files"
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: "<OpenMetadata host and port>"
|
|
authProvider: "<OpenMetadata auth provider>"
|