mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat(sqllab): save query parameters in database (#21682)
This commit is contained in:
@@ -524,6 +524,7 @@ class TestSavedQueryApi(SupersetTestCase):
|
||||
"sql_tables": [{"catalog": None, "schema": None, "table": "table1"}],
|
||||
"schema": "schema1",
|
||||
"label": "label1",
|
||||
"template_parameters": None,
|
||||
}
|
||||
data = json.loads(rv.data.decode("utf-8"))
|
||||
self.assertIn("changed_on_delta_humanized", data["result"])
|
||||
|
||||
Reference in New Issue
Block a user