mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: migrate /sql_json and /results to apiv1 (#22809)
This commit is contained in:
@@ -96,7 +96,7 @@ def run_sql(
|
||||
):
|
||||
db_id = get_example_database().id
|
||||
return test_client.post(
|
||||
"/superset/sql_json/",
|
||||
"/api/v1/sqllab/execute/",
|
||||
json=dict(
|
||||
database_id=db_id,
|
||||
sql=sql,
|
||||
|
||||
Reference in New Issue
Block a user