michael-s-molina commented on code in PR #24235: URL: https://github.com/apache/superset/pull/24235#discussion_r1210200332
########## docs/docs/databases/installing-database-drivers.mdx: ########## @@ -16,14 +16,17 @@ install new database drivers into your Superset configuration. ### Supported Databases and Dependencies Superset does not ship bundled with connectivity to databases, except for SQLite, -which is part of the Python standard library. You’ll need to install the required packages for the database you want to use as your metadata database as well as the packages needed to connect to the databases you want to access through Superset. +which is part of the Python standard library. +You’ll need to install the required packages for the database you want to use as your metadata database +as well as the packages needed to connect to the databases you want to access through Superset. -A list of some of the recommended packages. +A list of some of the recommended packages is shown below, +for the versions that are compatible with Superset please refer to [setup.py](https://github.com/apache/superset/blob/master/setup.py). Review Comment: ```suggestion Some of the recommended packages is shown below. Please refer to [setup.py](https://github.com/apache/superset/blob/master/setup.py) for the versions that are compatible with Superset. ``` -- 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]
