{ "source": { "type": "mssql", "config": { "host_port": "localhost:1433", "service_name": "local_mssql", "database": "catalog_test", "query": "select top 50 * from {}.{}", "username": "sa", "password": "test!Password", "table_filter_pattern": { "excludes": ["catalog_test.*"] } } }, "sink": { "type": "metadata-rest", "config": {} }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } } }