{ "source": { "type": "postgres", "serviceName": "local_postgres", "serviceConnection": { "config": { "type": "Postgres", "username": "openmetadata_user", "password": "openmetadata_password", "hostPort": "localhost:5432", "database": "pagila" } }, "sourceConfig": {"config": {"enableDataProfiler": false}} }, "sink": { "type": "metadata-rest", "config": {} }, "workflowConfig": { "openMetadataServerConfig": { "hostPort": "http://localhost:8585/api", "authProvider": "no-auth" } } }