michael-s-molina commented on code in PR #36739:
URL: https://github.com/apache/superset/pull/36739#discussion_r2632417984


##########
superset/mcp_service/sql_lab/schemas.py:
##########
@@ -41,8 +45,12 @@ class ExecuteSqlRequest(BaseModel):
     timeout: int = Field(
         default=30, description="Query timeout in seconds", ge=1, le=300
     )
-    parameters: dict[str, Any] | None = Field(
-        None, description="Parameters for query substitution"
+    template_params: dict[str, Any] | None = Field(

Review Comment:
   cc @sadpandajoe as the release manager.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to