mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-11 02:32:54 +00:00
27 lines
476 B
YAML
27 lines
476 B
YAML
![]() |
source:
|
||
|
type: snowflake-usage
|
||
|
config:
|
||
|
# Coordinates
|
||
|
account_id: account_name
|
||
|
warehouse: "COMPUTE_WH"
|
||
|
|
||
|
# Credentials
|
||
|
username: "${SNOWFLAKE_USER}"
|
||
|
password: "${SNOWFLAKE_PASS}"
|
||
|
role: "datahub_role"
|
||
|
|
||
|
# Options
|
||
|
top_n_queries: 10
|
||
|
email_domain: mycompany.com
|
||
|
|
||
|
database_pattern:
|
||
|
allow:
|
||
|
- "^ACCOUNTING_DB$"
|
||
|
- "^MARKETING_DB$"
|
||
|
schema_pattern:
|
||
|
deny:
|
||
|
- "information_schema.*"
|
||
|
|
||
|
sink:
|
||
|
# sink configs
|