36 lines
707 B
JSON
Raw Normal View History

2021-08-01 14:27:44 -07:00
{
"source": {
"type": "postgres",
"config": {
2021-08-09 09:19:35 +05:30
"username": "openmetadata_user",
"password": "openmetadata_password",
2021-08-01 14:27:44 -07:00
"host_port": "localhost:5432",
"database": "pagila",
"service_name": "local_postgres",
2021-08-12 01:25:50 +05:30
"service_type": "Postgres"
2021-08-01 14:27:44 -07:00
}
},
"processor": {
"type": "pii-tags",
"config": {}
2021-08-01 14:27:44 -07:00
},
"sink": {
"type": "metadata-rest-tables",
"config": {}
2021-08-01 14:27:44 -07:00
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}