villebro commented on code in PR #24376:
URL: https://github.com/apache/superset/pull/24376#discussion_r1228412834


##########
docs/docs/databases/presto.mdx:
##########
@@ -35,3 +35,16 @@ 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}
+  } 
+}
+```
+
+

Review Comment:
   You need to remove this trailing whitespace:
   
![image](https://github.com/apache/superset/assets/33317356/59dfac4f-61d2-4adc-870d-75dfe0067d69)
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to