This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--docs-trino-kerberos
in repository https://gitbox.apache.org/repos/asf/superset.git

commit b3b32c30823e257d83a6318ac4cca6f7d35ba21e
Author: John Bodley <[email protected]>
AuthorDate: Tue Nov 28 10:25:33 2023 -0800

    docs: Update Trino Kerberos configuration
---
 docs/docs/databases/trino.mdx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/docs/databases/trino.mdx b/docs/docs/databases/trino.mdx
index 4d6bfcf343..1328924967 100644
--- a/docs/docs/databases/trino.mdx
+++ b/docs/docs/databases/trino.mdx
@@ -56,6 +56,8 @@ In `Secure Extra` field, config as following example:
 
 All fields in `auth_params` are passed directly to the 
[`KerberosAuthentication`](https://github.com/trinodb/trino-python-client/blob/0.306.0/trino/auth.py#L40)
 class.
 
+NOTE: Kerberos authentication requires installing the 
[`trino-python-client`](https://github.com/trinodb/trino-python-client) locally 
with either the `all` or `kerberos` optional features, i.e., installing 
`trino[all]` or `trino[kerberos]` respectively.
+
 #### 3. Certificate Authentication
 In `Secure Extra` field, config as following example:
 ```json

Reply via email to