Skip to content
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

mapping drivernames and dropdown values #69

Open
edublancas opened this issue Aug 26, 2023 · 0 comments
Open

mapping drivernames and dropdown values #69

edublancas opened this issue Aug 26, 2023 · 0 comments

Comments

@edublancas
Copy link
Contributor

edublancas commented Aug 26, 2023

we are mapping drivers to know which form to display in the connector widget, however, there are some limitations with the current approach:

  • mysql+pymysql map to mariaDB and mySQL. so if a user stores a mariadb connection and then wants to edit it, the dropdown will show up as mysql
  • what do we do with unknown drivers? e.g., redshift is stored in the ini file but we don't have a connection template. currently it's showing PostgreSQL (I believe because it's the first template). maybe it'd be better to show a "generic" template? this generic template could show the drivername as a field
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant