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.
기본값:
clickhouseSqlCheckRequest
{
"sql": "string",
"database_type": "clickhouse"
}