Update example

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

View File

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