You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/08/31 07:21:38 UTC

[superset] branch master updated (ad8336a -> d25b096)

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 ad8336a  fix: Pin snowflake-sqlalchemy to 1.2.4 (#16515)
     add d25b096  feat: Add parquet upload (#14449)

No new revisions were added by this update.

Summary of changes:
 superset/config.py                                 |   3 +-
 superset/initialization/__init__.py                |  17 ++-
 .../edit.html                                      |   8 +-
 .../form_view/csv_to_database_view/edit.html       |   2 +-
 .../form_view/excel_to_database_view/edit.html     |   2 +-
 superset/views/core.py                             |   6 +-
 superset/views/database/forms.py                   | 144 ++++++++++++++++++-
 superset/views/database/views.py                   | 152 ++++++++++++++++++++-
 tests/integration_tests/core_tests.py              |   2 +-
 tests/integration_tests/csv_upload_tests.py        | 111 +++++++++++++++
 10 files changed, 433 insertions(+), 14 deletions(-)
 copy superset/templates/superset/form_view/{excel_to_database_view => columnar_to_database_view}/edit.html (89%)