mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(mcp): detect unknown chart config fields and suggest correct ones (#38848)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
(cherry picked from commit 16f5a2a41a)
This commit is contained in:
committed by
Michael S. Molina
parent
26c3021b66
commit
6a866335b6
@@ -33,6 +33,7 @@ class ExecuteSqlRequest(BaseModel):
|
||||
sql: str = Field(
|
||||
...,
|
||||
description="SQL query to execute (supports Jinja2 {{ var }} template syntax)",
|
||||
validation_alias=AliasChoices("sql", "query"),
|
||||
)
|
||||
schema_name: str | None = Field(
|
||||
None, description="Schema to use for query execution", alias="schema"
|
||||
|
||||
Reference in New Issue
Block a user