mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00
18 lines
418 B
YAML
18 lines
418 B
YAML
source:
|
|
type: starburst-trino-usage
|
|
config:
|
|
# Coordinates
|
|
host_port: yourtrinohost:port
|
|
# The name of the catalog from getting the usage
|
|
database: hive
|
|
# Credentials
|
|
username: trino_username
|
|
password: trino_password
|
|
email_domain: test.com
|
|
audit_catalog: audit
|
|
audit_schema: audit_schema
|
|
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080" |