datahub/metadata-ingestion/docs/sources/snowflake/snowflake-usage-legacy_recipe.yml

28 lines
628 B
YAML
Raw Normal View History

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