OpenMetadata/ingestion/examples/sample_data/postgres/database_service.json

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

21 lines
399 B
JSON
Raw Permalink Normal View History

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