ValidateDefiningSqlResponse
org.sagebionetworks.repo.model.table.ValidateDefiningSqlResponse
The response body from validateDefiningSql
Field | Type | Description |
---|---|---|
isValid | BOOLEAN | True if the provided SQL is valid, false otherwise. |
invalidReason | STRING | If the definingSQL is invalid, this will contain a string describing why it is invalid. Otherwise, this will be null. |