mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-10 18:26:24 +00:00
28 lines
628 B
YAML
28 lines
628 B
YAML
source:
|
|
type: snowflake-usage-legacy
|
|
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.*"
|
|
|
|
# Default sink is datahub-rest and doesn't need to be configured
|
|
# See https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for customization options
|
|
|