mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-01 09:57:19 +00:00
24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"source": {
|
|
"type": "hive",
|
|
"serviceName": "local_hive",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type":"Hive",
|
|
"hostPort": "localhost:10000"
|
|
}
|
|
},
|
|
"sourceConfig": {"config": {"enableDataProfiler": false}}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
}
|