You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of making users' life easier. I like option 2 more than option 1, as it also maybe a license issue as there are many commercial db drivers in the world.
Adding db drivers / libs / connections may easily become a never ending story as every user might look for sth different.
Current Situation
if a user want's to have e.g. mssql as a database connector present in a superset instance, he'd need to either
pip install pymssql
a list of possible connector options can be found here
Proposal
As a platform provider we should enable a user to be flexible and on the other hand ensure that our images are as lean and secure as possible.
Option 1
Include common connectors in our image.
Upside
Downside
Option 2
Allow users to specify python packages to install in crds
Upside
Downside
The text was updated successfully, but these errors were encountered: