Is there SQLAlchemy dialect support JDBC?
问题 I want to connect superset to a database by a JDBC driver. But from what I find there is no a SQLAlchemy dialect ready for this purpose. The closest option may be jaydebeapi but it does not have a SQLAlchemy dialect either. Question is if there is a way from SQLAlchemy DB Engine to connect a database through JDBC driver? Or is there a way to use JDBC driver in superset ? 回答1: This something I keep coming up against - it's a real shame that neither the SQLAlchemy project nor the JayDeBeAPI