mirror of
https://github.com/apache/superset.git
synced 2026-04-24 18:44:53 +00:00
docs(presto): add Presto SSL connection details (#26986)
This commit is contained in:
@@ -35,3 +35,14 @@ datasource. If you’re using an older version of Presto, you can configure it i
|
||||
"version": "0.123"
|
||||
}
|
||||
```
|
||||
|
||||
SSL Secure extra add json config to extra connection information.
|
||||
|
||||
```
|
||||
{
|
||||
"connect_args":
|
||||
{"protocol": "https",
|
||||
"requests_kwargs":{"verify":false}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user