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": { "source": {
"type": "trino", "type": "trino",
"config": { "serviceName": "local_trino",
"service_name": "local_trino", "serviceConnection": {
"host_port": "localhost:8080", "config": {
"username": "user", "type": "Trino",
"catalog": "tpcds", "hostPort": "localhost:8080",
"database": "tiny" "username": "user",
"catalog": "tpcds",
"database": "tiny"
}
},
"sourceConfig": {
"config": {}
} }
}, },
"sink": { "sink": {