Skip to main content

SqlCheckRequest

SQL access-check request containing the query and optional SQL dialect.

sqlSQL (string)required

SQL query to check and potentially rewrite

database_typeDatabase Type (string)

SQL dialect used to parse and validate the query. Supported values are clickhouse, postgresql, fusiondb, and spark.

Default value: clickhouse
SqlCheckRequest
{
"sql": "string",
"database_type": "clickhouse"
}