mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 01:15:44 +00:00
* Singlestore config fix Rebase with main * Fixed Singlestore source config * Formating changes Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"source": {
|
|
"type": "singlestore",
|
|
"serviceName": "local_singlestore",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "SingleStore",
|
|
"username": "openmetadata_user",
|
|
"password": "openmetadata_password",
|
|
"hostPort": "localhost:3306",
|
|
"database": "custom_database_name"
|
|
}
|
|
},
|
|
"sourceConfig": {"config": {"enableDataProfiler": false}}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|