mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-07 00:58:46 +00:00
20 lines
392 B
JSON
20 lines
392 B
JSON
![]() |
{
|
||
|
"type": "mysql",
|
||
|
"serviceName": "mysql_sample",
|
||
|
"serviceConnection": {
|
||
|
"config": {
|
||
|
"type": "Mysql",
|
||
|
"hostPort": "localhost:3306",
|
||
|
"username": "openmetadata_user",
|
||
|
"authType": {
|
||
|
"password": "openmetadata_password"
|
||
|
},
|
||
|
"databaseSchema": "posts_db"
|
||
|
}
|
||
|
},
|
||
|
"sourceConfig": {
|
||
|
"config": {
|
||
|
"type": "DatabaseMetadata"
|
||
|
}
|
||
|
}
|
||
|
}
|