mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-10 18:17:29 +00:00
32 lines
694 B
JSON
32 lines
694 B
JSON
{
|
|
"source": {
|
|
"type": "mysql",
|
|
"serviceName": "local_mysql_test",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Mysql",
|
|
"username": "openmetadata_user",
|
|
"database":"openmetadata_db",
|
|
"password": "openmetadata_password",
|
|
"hostPort": "localhost:3306",
|
|
"connectionOptions": {},
|
|
"connectionArguments": {}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"enableDataProfiler": false
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |