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.
Is there a way from SQLAlchemy DB Engine to connect a database through JDBC driver? Or is there a way to use JDBC driver in Superset?