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

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


    from 5962005  fix: disable domain sharding on explore view (#10787)
     add 5199423  feat: CRUD REST API for saved queries (#10777)

No new revisions were added by this update.

Summary of changes:
 superset/app.py                                    |   2 +
 .../queries/savedqueries}/__init__.py              |   0
 superset/queries/savedqueries/api.py               | 103 ++++++
 tests/{util => queries/saved_queries}/__init__.py  |   0
 tests/queries/saved_queries/api_tests.py           | 359 +++++++++++++++++++++
 5 files changed, 464 insertions(+)
 copy {tests/util => superset/queries/savedqueries}/__init__.py (100%)
 create mode 100644 superset/queries/savedqueries/api.py
 copy tests/{util => queries/saved_queries}/__init__.py (100%)
 create mode 100644 tests/queries/saved_queries/api_tests.py

Reply via email to