Dremio SQL Definition

Hi,

I am working on a way to send through queries to Dremio but I want to do some validation and sanitization on my side before sending it through. Is it possible that you have a definition/grammer of the SQL language implementation that Dremio is using as I would need to generate a parser for it.

Dremio follows the standard ANSI SQL. Dremio also has pretty good error handling. If a query submitted to query is considered invalid (maybe bad syntax), Dremio will do a sanity check and provide the user an error with the issue.