rusackas commented on code in PR #32554:
URL: https://github.com/apache/superset/pull/32554#discussion_r2008299654
##########
docs/docs/configuration/databases.mdx:
##########
@@ -57,6 +57,7 @@ are compatible with Superset.
| [CrateDB](/docs/configuration/databases#cratedb) |
`pip install sqlalchemy-cratedb`
| `crate://{username}:{password}@{hostname}:{port}`, often useful:
`?ssl=true/false` or `?schema=testdrive`.
|
| [Denodo](/docs/configuration/databases#denodo) |
`pip install denodo-sqlalchemy`
| `denodo://{username}:{password}@{hostname}:{port}/{database}`
|
| [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`
|
+| [DuckDB](/docs/configuration/databases#duckdb) | `pip install
duckdb duckdb-engine`
| `duckdb:////path/to/database.db`
|
Review Comment:
This links to a part on the page that doesn't seem to be populated. Feel
free to just add what you can there. The more the merrier, but something is
better than nothing :)
Also, for those using MotherDuck, there's an article that can be linked to:
https://motherduck.com/docs/integrations/bi-tools/superset-preset/
--
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]