mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
refactor: queryObject - add QueryObjectFactory (#17466)
This commit is contained in:
@@ -50,6 +50,7 @@ def get_sql_text(payload: Dict[str, Any]) -> str:
|
||||
|
||||
|
||||
class TestQueryContext(SupersetTestCase):
|
||||
@pytest.mark.usefixtures("load_birth_names_dashboard_with_slices")
|
||||
def test_schema_deserialization(self):
|
||||
"""
|
||||
Ensure that the deserialized QueryContext contains all required fields.
|
||||
|
||||
Reference in New Issue
Block a user