This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch add-cypress-cmds
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 08380c8 allow users to set port for cypress runs
add 8aa24e5 chore: remove myself from codeowners on Preset integration
(#16470)
add 2199f65 fix: sql lab refetch button (#16469)
add 960d1e4 fix: stop endless loading when dataset no longer exist
(#16511)
add a616b878 make chart rerender on timeseries change (#16411)
add e246916 fix: select database fix (#16472)
add ad8336a fix: Pin snowflake-sqlalchemy to 1.2.4 (#16515)
add d25b096 feat: Add parquet upload (#14449)
add f001c44 Make Modal draggable and resizable (#16447)
add 1f1e2dd fix: ensure setting operator to `None` (#16371) (#16372)
add c5a5cf7 fix(datasets): add support for removing owners (#16461)
add 68c2a6d refactor sql_json view endpoint: separate getting and
checking existing query to ad hoc methods (#16449)
add e024f8c fix: Set correct comparison operator for snowflake-sqlalchemy
pinning (#16526)
add 7d3fb3e Merge branch 'master' of https://github.com/apache/superset
into add-cypress-cmds
No new revisions were added by this update.
Summary of changes:
.github/CODEOWNERS | 6 +-
.../docs/Connecting to Databases/snowflake.mdx | 2 +-
setup.py | 4 +-
superset-frontend/src/SqlLab/reducers/sqlLab.js | 15 +-
superset-frontend/src/chart/Chart.jsx | 9 +-
.../components/SliceHeaderControls/index.tsx | 2 +
.../src/explore/controlPanels/TimeTable.js | 1 +
superset/config.py | 3 +-
superset/initialization/__init__.py | 17 ++-
superset/jinja_context.py | 2 +-
.../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 | 88 +++++++-----
superset/views/database/forms.py | 144 ++++++++++++++++++-
superset/views/database/views.py | 152 ++++++++++++++++++++-
superset/views/datasource/views.py | 28 +++-
tests/integration_tests/core_tests.py | 2 +-
tests/integration_tests/csv_upload_tests.py | 111 +++++++++++++++
19 files changed, 539 insertions(+), 59 deletions(-)
copy superset/templates/superset/form_view/{excel_to_database_view =>
columnar_to_database_view}/edit.html (89%)