2021-08-01 14:27:44 -07:00
|
|
|
{
|
|
|
|
"source": {
|
|
|
|
"type": "postgres",
|
2022-04-09 01:58:00 +05:30
|
|
|
"serviceName": "local_postgres",
|
|
|
|
"serviceConnection": {
|
|
|
|
"config": {
|
|
|
|
"type": "Postgres",
|
|
|
|
"username": "openmetadata_user",
|
|
|
|
"password": "openmetadata_password",
|
|
|
|
"hostPort": "localhost:5432",
|
|
|
|
"database": "pagila"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sourceConfig": {"config": {"enableDataProfiler": false}}
|
2021-08-01 14:27:44 -07:00
|
|
|
},
|
|
|
|
"sink": {
|
2021-09-07 09:33:04 +05:30
|
|
|
"type": "metadata-rest",
|
2021-08-07 11:00:35 +05:30
|
|
|
"config": {}
|
2021-08-01 14:27:44 -07:00
|
|
|
},
|
2022-04-09 01:58:00 +05:30
|
|
|
"workflowConfig": {
|
|
|
|
"openMetadataServerConfig": {
|
|
|
|
"hostPort": "http://localhost:8585/api",
|
|
|
|
"authProvider": "no-auth"
|
2021-08-01 14:27:44 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|