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 38a3fbdc33 feat: use a new official CH driver: clickhouse-connect
(#22039)
add 394fb2f2d0 fix: slug is empty if filename is non-ASCII (#22118)
No new revisions were added by this update.
Summary of changes:
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 +++---
tests/unit_tests/utils/test_file.py | 44 +++++++++++++++++++++++++
6 files changed, 75 insertions(+), 27 deletions(-)
copy docs/static/.htaccess => superset/utils/file.py (74%)
create mode 100644 tests/unit_tests/utils/test_file.py