john-bodley commented on code in PR #26038: URL: https://github.com/apache/superset/pull/26038#discussion_r1400984499
########## docs/docs/databases/docker-add-drivers.mdx: ########## @@ -8,86 +8,75 @@ version: 1 ## Adding New Database Drivers in Docker Superset requires a Python database driver to be installed for each additional type of database you -want to connect to. When setting up Superset locally via `docker compose`, the drivers and packages -contained in -[requirements.txt](https://github.com/apache/superset/blob/master/requirements.txt) and -[requirements-dev.txt](https://github.com/apache/superset/blob/master/requirements-dev.txt) -will be installed automatically. +want to connect to. -In this section, we'll walk through how to install the MySQL connector library. The connector -library installation process is the same for all additional libraries and we'll end this section -with the recommended connector library for each database. +In this example, we'll walk through how to install the MySQL connector library. The connector +library installation process is the same for all additional libraries. Review Comment: @sfirke any reason we're force breaking lines in markdown? I'm seeing this throughout the docs and it seems somewhat atypically for us to be doing this given that markdown auto-wraps. -- 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]
