{ "source": { "type": "mssql", "serviceName": "local_mssql", "serviceConnection": { "config": { "type": "Mssql", "database": "catalog_test", "username": "sa", "password": "test!Password", "hostPort": "localhost:1433" } }, "sourceConfig": { "config": { "enableDataProfiler": false, "sampleDataQuery": "select top 50 * from [{}].[{}]" } } }, "sink": { "type": "metadata-rest", "config": {} }, "workflowConfig": { "openMetadataServerConfig": { "hostPort": "http://localhost:8585/api", "authProvider": "no-auth" } } }