You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by Junwang Zhao <zh...@gmail.com> on 2022/04/27 07:11:51 UTC

how to support a new mysql compatible database

Hi dev,

I want to support a new database which is compatible with mysql(but
not 100% compatible),
I am wondering if there are any test suit that can make sure if the
tests are all passed,
superset will work on the database.

I digged a little bit of
tests/integration_tests/db_engine_specs/mysql_tests.py, but it seems
this test doesn't need to connect to a mysql instance, so there is no
way I can replace mysql
url with the new database.

So my question can be summarized as:
  Is there any superset test suit that connect a real mysql instance
to test the database behavior is right for superset.

-- 
Regards
Junwang Zhao