This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch create-sshtunnelconfig-tbl
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6bd32e8abb feat(ssh_tunnel): Delete command & exceptions (#22131)
add 38a3fbdc33 feat: use a new official CH driver: clickhouse-connect
(#22039)
add 394fb2f2d0 fix: slug is empty if filename is non-ASCII (#22118)
add 8a3ee3530a Merge branch 'master' of https://github.com/apache/superset
into create-sshtunnelconfig-tbl
add bc891948d3 Merge branch 'create-sshtunnelconfig-tbl' of
https://github.com/apache/superset into create-sshtunnelconfig-tbl
No new revisions were added by this update.
Summary of changes:
docs/docs/databases/clickhouse.mdx | 14 +++----
.../docs/databases/installing-database-drivers.mdx | 2 +-
setup.py | 2 +-
superset/charts/commands/export.py | 8 ++--
superset/dashboards/commands/export.py | 8 ++--
superset/databases/commands/export.py | 16 ++++----
superset/datasets/commands/export.py | 16 ++++----
docs/static/.htaccess => superset/utils/file.py | 10 ++---
.../db_engine_specs/clickhouse_tests.py | 47 ----------------------
.../{test_dynamodb.py => test_clickhouse.py} | 29 ++++++++-----
tests/unit_tests/utils/test_file.py | 44 ++++++++++++++++++++
11 files changed, 103 insertions(+), 93 deletions(-)
copy docs/static/.htaccess => superset/utils/file.py (74%)
delete mode 100644 tests/integration_tests/db_engine_specs/clickhouse_tests.py
copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_clickhouse.py}
(52%)
create mode 100644 tests/unit_tests/utils/test_file.py