2022-04-18 16:41:18 +02:00

31 lines
568 B
JSON

{
"source": {
"type": "trino",
"serviceName": "local_trino",
"serviceConnection": {
"config": {
"type": "Trino",
"hostPort": "localhost:8080",
"username": "user",
"catalog": "tpcds",
"database": "tiny"
}
},
"sourceConfig": {
"config": {}
}
},
"sink": {
"type": "metadata-rest",
"config": {
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}