mirror of
https://github.com/apache/superset.git
synced 2026-04-26 11:34:27 +00:00
fix(mcp): fix crashes in list tools, dataset info, chart preview, and add owner/favorite filters (#38277)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -94,7 +94,7 @@ def open_sql_lab_with_context(
|
||||
context_comment += f"\nSELECT * FROM {table_reference} LIMIT 100;"
|
||||
params["sql"] = context_comment
|
||||
|
||||
# Construct SQL Lab URL
|
||||
# Construct SQL Lab URL with full base URL
|
||||
query_string = urlencode(params)
|
||||
url = f"{get_superset_base_url()}/sqllab?{query_string}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user