mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
21 lines
399 B
JSON
21 lines
399 B
JSON
|
|
{
|
||
|
|
"type": "postgres",
|
||
|
|
"serviceName": "postgres_sample",
|
||
|
|
"serviceConnection": {
|
||
|
|
"config": {
|
||
|
|
"type": "Postgres",
|
||
|
|
"hostPort": "localhost:5432",
|
||
|
|
"username": "openmetadata_user",
|
||
|
|
"authType": {
|
||
|
|
"password": "openmetadata_password"
|
||
|
|
},
|
||
|
|
"database": "jaffle_shop"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sourceConfig": {
|
||
|
|
"config": {
|
||
|
|
"type": "DatabaseMetadata"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|