2021-12-18 23:27:51 -08:00

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"
}
}
}