Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
392 B
JSON
Raw Permalink Normal View History

{
"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"
}
}
}