From 981276b2e2b3d66b5b9e8446bfd3447e9c9d977c Mon Sep 17 00:00:00 2001 From: anopsy Date: Wed, 19 Feb 2025 17:15:18 +0100 Subject: [PATCH] update connect-trino --- soda/connect-trino.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soda/connect-trino.md b/soda/connect-trino.md index 9716b8de..2553636f 100644 --- a/soda/connect-trino.md +++ b/soda/connect-trino.md @@ -35,8 +35,8 @@ data_source my_datasource_name: | type | required | Identify the type of data source for Soda. | | host | required | Provide a host identifier. | | port | optional | Provide a port identifier. | -| auth_type| optional | `BasicAuthentication` in a combination of user + password or `JWTAuthentication` in combination with username and `access_token`. Default: `BasicAuthentication`. | -| `access_token` | optional | Map to the JWT access token. Only applicable if auth_type = `JWTAuthentication`. | +| auth_type| optional | `BasicAuthentication` in combination of user + password or `JWTAuthentication` in combination with username and `access_token`. Default: `BasicAuthentication`. | +| access_token | optional | Map to the JWT access token. Only applicable if auth_type = `JWTAuthentication`. | | username | required | Consider using system variables to retrieve this value securely using, for example, `${TRINO_USER}`. | | password | optional | Consider using system variables to retrieve this value securely using, for example, `${TRINO_PASSWORD}`. Only applicable for default auth_type. | | catalog | required | Provide an identifier for the catalog which contains schemas and which references a data source using a connector. See Catalog in the Trino documentation. |