mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 20:47:06 +00:00
23 lines
403 B
JSON
23 lines
403 B
JSON
{
|
|
"source": {
|
|
"type": "presto",
|
|
"config": {
|
|
"service_name": "local_presto",
|
|
"host_port": "localhost:8080",
|
|
"catalog": "tpcds"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|