This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 10a9b4bb94 fix: update Apache Superset website footer copyright year
(#37435)
add 73d4332b51 feat(database): SIP-195 Add MongoDB database engine support
(#37368)
No new revisions were added by this update.
Summary of changes:
docs/static/img/databases/mongodb.png | Bin 0 -> 22190 bytes
.../db_engine_specs/{dynamodb.py => mongodb.py} | 77 +++++++++----
tests/unit_tests/db_engine_specs/test_mongodb.py | 125 +++++++++++++++++++++
3 files changed, 180 insertions(+), 22 deletions(-)
create mode 100644 docs/static/img/databases/mongodb.png
copy superset/db_engine_specs/{dynamodb.py => mongodb.py} (52%)
create mode 100644 tests/unit_tests/db_engine_specs/test_mongodb.py