jwilliams-ocient commented on code in PR #22812: URL: https://github.com/apache/superset/pull/22812#discussion_r1099264518
########## docs/docs/databases/ocient.mdx: ########## @@ -0,0 +1,32 @@ +--- +title: Ocient DB +hide_title: true +sidebar_position: 20 +version: 1 +--- + +## Ocient DB + +The recommended connector library for Ocient is [sqlalchemy-ocient](https://pypi.org/project/sqlalchemy-ocient). + +## Install the Ocient Driver + +``` +pip install sqlalchemy_ocient +``` + +## Connecting to Ocient + +The connection string for Ocient looks like this: + +```shell +ocient://{user}:{password}@{DNSname}:{port}/{database} +``` + +**NOTE**: You must enter the `user` and `password` credentials. `host` defaults to localhost, +port defaults to 4050, database defaults to `system` and `tls` defaults Review Comment: Great question! We should definitely provide an example here - will fix -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org