Skip to main content
Version: Next

ValidateSQLRequest

catalogstringnullable
schemastringnullable
sqlstringrequired

SQL statement to validate

template_paramsobjectnullable
ValidateSQLRequest
{
"catalog": "string",
"schema": "string",
"sql": "string",
"template_params": {}
}