본문으로 건너뛰기

SqlCheckRequest

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

sqlSQL (string)필수

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.

기본값: clickhouse
SqlCheckRequest
{
"sql": "string",
"database_type": "clickhouse"
}