You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/02/26 20:08:27 UTC

[superset] branch master updated (f706e6e -> 892eef1)

This is an automated email from the ASF dual-hosted git repository.

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from f706e6e  test: Tests for OmniContainer (#13305)
     add 892eef1  feat: add Firebird DB engine spec (#13353)

No new revisions were added by this update.

Summary of changes:
 setup.py                                |  1 +
 superset/db_engine_specs/base.py        |  2 +-
 superset/db_engine_specs/firebird.py    | 83 +++++++++++++++++++++++++++++++++
 tests/db_engine_specs/firebird_tests.py | 81 ++++++++++++++++++++++++++++++++
 4 files changed, 166 insertions(+), 1 deletion(-)
 create mode 100644 superset/db_engine_specs/firebird.py
 create mode 100644 tests/db_engine_specs/firebird_tests.py