{ "source": { "type": "azuresql", "config": { "host_port": "host", "service_name": "local_azure_sql", "database": "database_name", "username": "username", "password": "password", "query": "select top 50 * from {}.{}", "table_filter_pattern": { "excludes": [] } } }, "sink": { "type": "metadata-rest", "config": {} }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } } }