This is an automated email from the ASF dual-hosted git repository. hugh pushed a change to branch create-sshtunnelconfig-tbl in repository https://gitbox.apache.org/repos/asf/superset.git
from f8b877de6e add sshtunnel pip add 158da8d200 init add face73f231 update all the examples add 95d079e196 change remaining bits add d3f930a557 fix: add form data for empty state control to save dataset (#21944) add d1807db041 fix: Adds logging for SPA route navigation with React router (#21960) add 11b240b2c0 fix confict add 87c0d79602 Merge branch 'master' into ref-get-sqla-engine-2 add 1bfdbdaf0f fix conflict add 4146d5a640 setup return value for contextmanager add 54fc147fdf updates test add fdc6ca3949 fix linting add 66c0801e49 renaming function add 1f9ec5e8ae fix test add c698cf4c05 Merge branch 'ref-get-sqla-engine-2' of https://github.com/apache/superset into create-sshtunnelconfig-tbl No new revisions were added by this update. Summary of changes: .../SqlLab/components/SaveDatasetModal/index.tsx | 9 +- superset-frontend/src/logger/LogUtils.ts | 1 + .../src/middleware/loggerMiddleware.js | 4 +- .../src/utils/DebouncedMessageQueue.js | 4 +- superset-frontend/src/views/App.tsx | 11 +- superset/connectors/sqla/models.py | 12 +- superset/connectors/sqla/utils.py | 39 ++++--- superset/databases/commands/test_connection.py | 56 ++++----- superset/databases/commands/validate.py | 46 ++++---- superset/datasets/commands/importers/v1/utils.py | 3 +- superset/db_engine_specs/base.py | 5 +- superset/examples/bart_lines.py | 46 ++++---- superset/examples/birth_names.py | 42 +++---- superset/examples/country_map.py | 63 ++++++----- superset/examples/energy.py | 35 +++--- superset/examples/flights.py | 54 ++++----- superset/examples/long_lat.py | 86 +++++++------- superset/examples/multiformat_time_series.py | 66 +++++------ superset/examples/paris.py | 42 +++---- superset/examples/random_time_series.py | 40 +++---- superset/examples/sf_population_polygons.py | 42 +++---- superset/examples/supported_charts_dashboard.py | 8 +- superset/examples/world_bank.py | 59 +++++----- superset/models/core.py | 24 ++-- superset/models/dashboard.py | 5 +- superset/models/filter_set.py | 5 +- superset/models/helpers.py | 12 +- superset/sql_lab.py | 126 +++++++++++---------- superset/sql_validators/presto_db.py | 24 ++-- superset/utils/core.py | 4 +- superset/utils/mock_data.py | 36 +++--- superset/views/core.py | 8 +- tests/integration_tests/conftest.py | 63 ++++++----- .../integration_tests/databases/commands_tests.py | 8 +- .../db_engine_specs/hive_tests.py | 8 +- .../db_engine_specs/presto_tests.py | 18 +-- .../fixtures/unicode_dashboard.py | 4 +- .../fixtures/world_bank_dashboard.py | 4 +- tests/integration_tests/model_tests.py | 28 ++--- tests/integration_tests/sql_validator_tests.py | 4 +- tests/integration_tests/sqllab_tests.py | 6 +- 41 files changed, 601 insertions(+), 559 deletions(-)