OpenMetadata/ingestion/examples/sample_data/postgres/database_service.json
2026-03-11 11:17:00 +05:30

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