27 lines
595 B
JSON
Raw Normal View History

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": {
"type": "metadata-rest",
"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
}
}
}