-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(drivers): refresh guide on adding a db driver in docker #26038
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look like great improvements, and I think the whole page makes more sens overall now.
BTW while this is up, I noticed that our "lean" docker has stuff like Druid, Hive, and both Postgres and MySQL. Actually "lean" also has this development file reqs: https://github.com/apache/superset/blob/master/requirements/development.in Arguably, I'd say we'd layer a "raw" layer without any drivers, a "lean" with Postgres only and the rest of drivers needed for tests/CI would be brought into the "ci" (top) layer. Maybe eventually a "fat" one with all supported drivers? |
SUMMARY
I went in to fix a couple of broken links reported in BugHerd. While there, I refreshed the whole page, since it had been a while. I didn't remove much, just extraneous text. I did add a bit about debugging, including
docker exec -it
.ADDITIONAL INFORMATION
Fixes BugHerd 110, noting that the files linked to (requirements.txt and requirements-dev.txt) no longer exist.