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

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


    from 806fb73  feat(SIP-39): Websocket sidecar app (#11498)
     add b5e5b3a  feat: create backend routes and API for importing saved 
queries (#13893)

No new revisions were added by this update.

Summary of changes:
 superset/queries/saved_queries/api.py              |  84 +++++++++++++++-
 .../queries/saved_queries/commands/exceptions.py   |  15 ++-
 .../commands/importers/dispatcher.py               |  12 +--
 .../commands/importers/v1/__init__.py              |  38 +++----
 .../saved_queries}/commands/importers/v1/utils.py  |  18 ++--
 superset/queries/saved_queries/schemas.py          |  12 +++
 tests/charts/commands_tests.py                     |   2 +-
 tests/fixtures/importexport.py                     |  15 ++-
 tests/queries/saved_queries/api_tests.py           |  57 ++++++++++-
 tests/queries/saved_queries/commands_tests.py      | 112 +++++++++++++++++++++
 10 files changed, 323 insertions(+), 42 deletions(-)
 copy superset/{charts => 
queries/saved_queries}/commands/importers/dispatcher.py (87%)
 copy superset/{datasets => 
queries/saved_queries}/commands/importers/v1/__init__.py (66%)
 copy superset/{charts => queries/saved_queries}/commands/importers/v1/utils.py 
(73%)

Reply via email to