This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from b1f8fd4f64 chore(superset-ui): remove deprecated fields from
QueryObject (#22272)
add 2fd0a6146e feat: CSV File Upload form updates (Grouping with
Collapse/Expand) (#21992)
No new revisions were added by this update.
Summary of changes:
.../templates/superset/form_view/csv_macros.html | 75 +++++++++++++
.../templates/superset/form_view/csv_scripts.html | 37 +++++++
.../form_view/csv_to_database_view/edit.html | 116 ++++++++++++++++++++-
superset/views/database/forms.py | 12 ++-
superset/views/database/views.py | 55 +++++++++-
5 files changed, 288 insertions(+), 7 deletions(-)
create mode 100644 superset/templates/superset/form_view/csv_macros.html
create mode 100644 superset/templates/superset/form_view/csv_scripts.html