michael-s-molina commented on code in PR #30315:
URL: https://github.com/apache/superset/pull/30315#discussion_r1765438311


##########
docs/docs/configuration/databases.mdx:
##########
@@ -55,7 +55,7 @@ are compatible with Superset.
 | [ClickHouse](/docs/configuration/databases#clickhouse)                  | 
`pip install clickhouse-connect`                                                
   | `clickhousedb://{username}:{password}@{hostname}:{port}/{database}`        
                                                                            |
 | [CockroachDB](/docs/configuration/databases#cockroachdb)                | 
`pip install cockroachdb`                                                       
   | `cockroachdb://root@{hostname}:{port}/{database}?sslmode=disable`          
                                                                            |
 | [Couchbase](/docs/configuration/databases#couchbase)                | `pip 
install couchbase-sqlalchemy`                                                   
       | 
`couchbase://{username}:{password}@{hostname}:{port}?truststorepath={ssl 
certificate path}`                                                              
                        |
-| [Dremio](/docs/configuration/databases#dremio)                          | 
`pip install sqlalchemy_dremio`                                                 
   |`dremio+flight://{username}:{password}@{host}:31010, For ODBC 
dremio+pyodbc://{username}:{password}@{host}:32010`                             
                                                                                
              |
+| [Dremio](/docs/configuration/databases#dremio)                          | 
`pip install sqlalchemy_dremio`                                                 
   |`dremio+flight://{username}:{password}@{host}:32010, often useful: 
?UseEncryption=true/false. For Legacy ODBC: 
dremio+pyodbc://{username}:{password}@{host}:31010`                             
                                                                                
              |

Review Comment:
   ```suggestion
   | [Dremio](/docs/configuration/databases#dremio)                          | 
`pip install sqlalchemy_dremio`                                                 
   |`dremio+flight://{username}:{password}@{host}:32010`, often useful: 
`?UseEncryption=true/false`. For Legacy ODBC: 
`dremio+pyodbc://{username}:{password}@{host}:31010`                            
                                                                                
               |
   ```



-- 
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