This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from d94c92db01 fix(dashboard): normalize spacings and background colors
(#35001)
new 6d28fafef9 fix: Upload CSV as Dataset (#34763)
new 458e1bf891 fix(tests): one of integration test in TestSqlaTableModel
does not support MySQL "concat" (#35007)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset/commands/database/uploaders/base.py | 3 +-
superset/commands/database/uploaders/csv_reader.py | 222 +++++++++-
superset/models/core.py | 4 +-
tests/integration_tests/model_tests.py | 5 +-
.../commands/databases/csv_reader_test.py | 479 +++++++++++++++++++++
5 files changed, 705 insertions(+), 8 deletions(-)