mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
28 lines
738 B
YAML
28 lines
738 B
YAML
source:
|
|
type: mssql
|
|
serviceName: "<service name>"
|
|
serviceConnection:
|
|
config:
|
|
type: Mssql
|
|
scheme: mssql+pytds
|
|
username: "<username>"
|
|
password: "<password>"
|
|
hostPort: "<hostPort>"
|
|
database: "<database>"
|
|
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>"
|