From 3a9d8db03d5e9ae94feddbd89e4573ffc1f7f4a9 Mon Sep 17 00:00:00 2001 From: pmbrull Date: Mon, 18 Apr 2022 16:41:18 +0200 Subject: [PATCH] Update example --- ingestion/examples/workflows/trino.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/ingestion/examples/workflows/trino.json b/ingestion/examples/workflows/trino.json index 1a349c56bff..e74671f3095 100644 --- a/ingestion/examples/workflows/trino.json +++ b/ingestion/examples/workflows/trino.json @@ -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": {