{ "source": { "type": "snowflake", "config": { "host_port": "account.region.service.snowflakecomputing.com", "username": "username", "password": "strong_password", "database": "SNOWFLAKE_SAMPLE_DATA", "warehouse": "warehouse_name", "account": "account_name", "service_name": "snowflake", "table_filter_pattern": { "excludes": [ "tpcds_sf100tcl" ] } } }, "sink": { "type": "metadata-rest", "config": {} }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } } }