Update example

This commit is contained in:
pmbrull 2022-04-18 16:41:18 +02:00
parent 422cfb0976
commit 3a9d8db03d

View File

@ -1,12 +1,18 @@
{
"source": {
"type": "trino",
"config": {
"service_name": "local_trino",
"host_port": "localhost:8080",
"username": "user",
"catalog": "tpcds",
"database": "tiny"
"serviceName": "local_trino",
"serviceConnection": {
"config": {
"type": "Trino",
"hostPort": "localhost:8080",
"username": "user",
"catalog": "tpcds",
"database": "tiny"
}
},
"sourceConfig": {
"config": {}
}
},
"sink": {