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

sfirke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d2e85517c docs: Update Trino Kerberos configuration (#26119)
0d2e85517c is described below

commit 0d2e85517c1996da1473ec2f671d65f071de7eb4
Author: John Bodley <[email protected]>
AuthorDate: Tue Nov 28 12:10:55 2023 -0800

    docs: Update Trino Kerberos configuration (#26119)
---
 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