Skip to content

Commit

Permalink
update connect-trino
Browse files Browse the repository at this point in the history
  • Loading branch information
anopsy committed Feb 19, 2025
1 parent 7bd6775 commit 981276b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soda/connect-trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://trino.io/docs/current/overview/concepts.html#catalog" target="_blank">Catalog</a> in the Trino documentation. |
Expand Down

0 comments on commit 981276b

Please sign in to comment.