mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
27 lines
756 B
YAML
27 lines
756 B
YAML
source:
|
|
type: hive
|
|
serviceName: local_hive
|
|
serviceConnection:
|
|
config:
|
|
type: Hive
|
|
username: "<username>"
|
|
password: "<password>"
|
|
authOptions: "<auth optios>"
|
|
hostPort: "<hive connection host & port>"
|
|
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>"
|