mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-06 08:38:41 +00:00
22 lines
436 B
YAML
22 lines
436 B
YAML
---
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/snowflake/#config-details-1 for complete documentation
|
|
source:
|
|
type: snowflake
|
|
config:
|
|
env: PROD
|
|
# Coordinates
|
|
account_id: account_name
|
|
warehouse: "COMPUTE_WH"
|
|
|
|
# Credentials
|
|
username: user
|
|
password: pass
|
|
role: "sysadmin"
|
|
|
|
# Options
|
|
top_n_queries: 10
|
|
email_domain: mycompany.com
|
|
|
|
classification:
|
|
enabled: True
|