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