mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 07:28:30 +00:00
29 lines
783 B
YAML
29 lines
783 B
YAML
source:
|
|
type: trino
|
|
serviceName: <service name>
|
|
serviceConnection:
|
|
config:
|
|
type: Trino
|
|
hostPort: <hostPort>
|
|
username: <username>
|
|
catalog: <catalog>
|
|
proxies:
|
|
http: http_proxy
|
|
https: https_proxy
|
|
params:
|
|
param: value
|
|
sourceConfig:
|
|
config:
|
|
markDeletedTables: true or false
|
|
includeTables: true or false
|
|
includeViews: true or false
|
|
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> |