You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2023/10/03 00:22:15 UTC

[superset] branch master updated (36ed617090 -> db7f5fed31)

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

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


    from 36ed617090 fix: Address Mypy issue which is causing CI to fail (#25494)
     add db7f5fed31 chore(async): Initial Refactoring of Global Async Queries (#25466)

No new revisions were added by this update.

Summary of changes:
 superset-websocket/src/config.ts                   |  2 +
 superset-websocket/src/index.ts                    | 20 ++++---
 superset/async_events/api.py                       |  6 +-
 superset/async_events/async_query_manager.py       | 45 ++++++++++++++-
 .../data/commands/create_async_job_command.py      | 12 ++--
 superset/cli/lib.py                                |  2 +-
 superset/config.py                                 |  1 +
 superset/views/core.py                             | 12 ++--
 .../integration_tests/tasks/async_queries_tests.py | 37 ++++++------
 .../unit_tests/async_events}/__init__.py           |  0
 .../async_events/async_query_manager_tests.py      | 67 ++++++++++++++++++++++
 11 files changed, 160 insertions(+), 44 deletions(-)
 copy {superset/advanced_data_type => tests/unit_tests/async_events}/__init__.py (100%)
 create mode 100644 tests/unit_tests/async_events/async_query_manager_tests.py