This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a change to branch alerts_refactor
in repository https://gitbox.apache.org/repos/asf/superset.git


    from f7ea294a6f force non-closable in modal
     add ccd88a58c5 feat: old Firebolt dialect (#31849)
     add fb7d8ea8a0 fix(bigquery): return no catalogs when creds not set 
(#31837)
     add fa166582e0 docs: add a note about accessing the dev env's postgres 
database (#31874)
     add 2bcf63f678 chore: add a disable for pylint (#31875)
     add c8652520bb fix imports
     add c65b09879c try layout.content
     add 2b870571c6 pad the ErrorBoundary

No new revisions were added by this update.

Summary of changes:
 docs/docs/contributing/development.mdx             |  11 ++
 .../src/components/ErrorMessage/ErrorAlert.tsx     |   5 +-
 superset-frontend/src/components/index.ts          |   1 +
 .../src/features/home/EmptyState.test.tsx          |  18 +++-
 superset-frontend/src/views/App.tsx                |  11 +-
 superset/config.py                                 |   4 +-
 superset/db_engine_specs/bigquery.py               |  34 +++++-
 superset/initialization/__init__.py                |   7 +-
 superset/sql/dialects/__init__.py                  |   4 +
 superset/sql/dialects/firebolt.py                  | 119 ++++++++++++++++++++-
 superset/sql/parse.py                              |   4 +-
 tests/unit_tests/sql/parse_tests.py                |  18 ++++
 12 files changed, 216 insertions(+), 20 deletions(-)

Reply via email to