source: type: snowflake config: env: DEV platform_instance: my_platform account_id: my_account warehouse: TEST_WH username: USER_TEST authentication_type: KEY_PAIR_AUTHENTICATOR role: SNOW_TEST_ROLE private_key_path: "test.p8" include_external_url: false include_table_lineage: false include_view_lineage: false ignore_start_time_lineage: false include_top_n_queries: false stateful_ingestion: enabled: false profiling: enabled: false include_usage_stats: true user_email_pattern: allow: - '.*test.com' match_fully_qualified_names: true database_pattern: allow: - "db_dev.*" schema_pattern: allow: - ".*test" deny: - ".*_tmp" table_pattern: allow: - ".*test.*" deny: - ".*databasechangelog.*" sink: type: datahub-rest config: server: "http://localhost:8080" max_threads: 1 token: "" flags: generate_browse_path_v2: false