ExecuteOntologySqlQueryRequest
| Name | Type | Required | Description |
|---|---|---|---|
| query | str | Yes | The SQL query to execute. |
| parameters | Optional[Parameters] | No | Parameters for the SQL query. Can be either unnamed positional parameters or a named parameter mapping. |
| row_limit | Optional[int] | No | Maximum number of rows to return. |
| dry_run | Optional[bool] | No | If true, parse and validate the query without executing it. Defaults to false. |