This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 5fca19d build: check potential db migration conflict for open PRs
(#13498)
add bebac59 feat: add connector for CrateDB (#13152)
No new revisions were added by this update.
Summary of changes:
.../pages/docs/Connecting to Databases/crate.mdx | 25 +++++++++++
setup.py | 1 +
superset/db_engine_specs/{dremio.py => crate.py} | 31 +++++++++++--
tests/db_engine_specs/crate_tests.py | 51 ++++++++++++++++++++++
4 files changed, 104 insertions(+), 4 deletions(-)
create mode 100644 docs/src/pages/docs/Connecting to Databases/crate.mdx
copy superset/db_engine_specs/{dremio.py => crate.py} (62%)
create mode 100644 tests/db_engine_specs/crate_tests.py