From 94e86e9713f7a702dce4f276a13420883a3f853e Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Thu, 17 Nov 2022 10:00:09 -0500 Subject: [PATCH] docs(ingest): trino - add example of http connection (#6461) --- metadata-ingestion/docs/sources/trino/trino_recipe.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/docs/sources/trino/trino_recipe.yml b/metadata-ingestion/docs/sources/trino/trino_recipe.yml index df13661d72..70e2afa81b 100644 --- a/metadata-ingestion/docs/sources/trino/trino_recipe.yml +++ b/metadata-ingestion/docs/sources/trino/trino_recipe.yml @@ -9,5 +9,10 @@ source: username: foo password: datahub + # If you need to connect to Trino over http and not https, uncomment this section. + # options: + # connect_args: + # http_scheme: http + sink: - # sink configs \ No newline at end of file + # sink configs