This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch firebolt-dialect
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 3afd11515a Merge branch 'master' into firebolt-dialect
discard 7587fba0a3 feat: Firebolt sqlglot dialect
add 855011360a build(eslint): disabling wildcard imports with eslint
(#31761)
add 274aa143d3 chore: python version to 3.11 (while supporting 3.10)
(#31503)
add c3fc94a8df feat: Firebolt sqlglot dialect
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3afd11515a)
\
N -- N -- N refs/heads/firebolt-dialect (c3fc94a8df)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/actions/setup-backend/action.yml | 8 +++++---
.github/workflows/pre-commit.yml | 2 +-
.github/workflows/superset-python-integrationtest.yml | 2 +-
.github/workflows/superset-python-unittest.yml | 2 +-
Dockerfile | 2 +-
UPDATING.md | 1 +
pyproject.toml | 9 ++++-----
requirements/base.in | 5 -----
requirements/base.txt | 3 +--
requirements/development.txt | 2 +-
superset-frontend/.eslintrc.js | 6 ++++++
.../cypress-base/cypress/e2e/dashboard/editmode.test.ts | 4 ++--
.../plugins/legacy-preset-chart-deckgl/src/layers/common.tsx | 11 +++++++----
.../plugins/legacy-preset-chart-deckgl/src/utils/sandbox.ts | 2 ++
.../src/SqlLab/components/ScheduleQueryButton/index.tsx | 7 +++----
.../controls/ZoomConfigControl/ZoomConfigsChart.tsx | 4 ++--
.../explore/components/controls/ZoomConfigControl/zoomUtil.ts | 6 +++---
superset/commands/dashboard/export.py | 2 +-
superset/connectors/sqla/models.py | 1 +
superset/db_engine_specs/hive.py | 2 +-
superset/db_engine_specs/ocient.py | 4 +++-
superset/db_engine_specs/presto.py | 6 +++---
superset/db_engine_specs/redshift.py | 2 +-
superset/db_engine_specs/trino.py | 2 +-
superset/extensions/metadb.py | 2 +-
superset/models/helpers.py | 2 +-
superset/result_set.py | 4 +++-
superset/utils/excel.py | 2 +-
superset/utils/mock_data.py | 7 +++++--
superset/utils/pandas_postprocessing/compare.py | 2 +-
superset/utils/pandas_postprocessing/geography.py | 4 ++--
superset/utils/pandas_postprocessing/histogram.py | 2 +-
superset/viz.py | 2 ++
tests/integration_tests/core_tests.py | 4 +++-
tests/integration_tests/db_engine_specs/presto_tests.py | 6 ++++--
tests/integration_tests/dict_import_export_tests.py | 5 +++--
tests/integration_tests/import_export_tests.py | 4 ++--
tests/unit_tests/models/core_test.py | 1 +
tests/unit_tests/sql_parse_tests.py | 6 ++++--
39 files changed, 86 insertions(+), 62 deletions(-)