{ "source": { "type": "snowflake-usage", "config": { "host_port": "account.region.service.snowflakecomputing.com", "username": "username", "password": "strong_password", "database": "SNOWFLAKE_SAMPLE_DATA", "account": "account_name", "service_name": "snowflake", "duration": 2 } }, "processor": { "type": "query-parser", "config": { "filter": "" } }, "stage": { "type": "table-usage", "config": { "filename": "/tmp/snowflake_usage" } }, "bulk_sink": { "type": "metadata-usage", "config": { "filename": "/tmp/snowflake_usage" } }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } } }