Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 745 Bytes

File metadata and controls

14 lines (10 loc) · 745 Bytes

ExecuteOntologySqlQueryRequest

ExecuteOntologySqlQueryRequest

Properties

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.

[Back to Model list] [Back to API list] [Back to README]