mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
33 lines
581 B
JSON
33 lines
581 B
JSON
{
|
|
"source": {
|
|
"type": "hive",
|
|
"config": {
|
|
"service_name": "local_hive",
|
|
"service_type": "Hive",
|
|
"host_port": "localhost:10000"
|
|
}
|
|
},
|
|
"processor": {
|
|
"type": "pii",
|
|
"config": {}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest-tables",
|
|
"config": {}
|
|
},
|
|
"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
|
|
}
|
|
}
|