sfirke commented on code in PR #26038: URL: https://github.com/apache/superset/pull/26038#discussion_r1401005880
########## 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: Nope just ignorance on my part. What is the guidance for breaking lines - should I manual newline after X (?) characters outside of markdown and then inside markdown, have indefinitely-long lines? -- 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]
