2022-04-08 13:28:00 -07:00

27 lines
595 B
JSON

{
"source": {
"type": "postgres",
"serviceName": "local_postgres",
"serviceConnection": {
"config": {
"type": "Postgres",
"username": "openmetadata_user",
"password": "openmetadata_password",
"hostPort": "localhost:5432",
"database": "pagila"
}
},
"sourceConfig": {"config": {"enableDataProfiler": false}}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}