mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 09:57:19 +00:00
26 lines
595 B
JSON
26 lines
595 B
JSON
{
|
|
"source": {
|
|
"type": "singlestore",
|
|
"config": {
|
|
"username": "openmetadata_user",
|
|
"password": "openmetadata_password",
|
|
"database": "openmetadata_db",
|
|
"service_name": "local_singlestore",
|
|
"schema_filter_pattern": {
|
|
"includes": ["test_delete.*"]
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|
|
|