Experimental

Download 533
Last updated Sep 10, 2026

sonar-verify-query

Verify query syntax. The query to verify goes in brackets and is not quoted: sonar-verify-query [ QUERY_TO_VERIFY ]. Each stage is parsed on its own and reported as one row, so a stage that fails does not stop the ones after it.

sonar-verify-query [ QUERY_TO_VERIFY ]

Output Fields

FieldTypeNameDescription
query_idIntegerQuery IDe.g. 0. Nesting depth of the stage: 0 is the top level, 1 a sub-query in brackets
commandStringCommandCommand to verify
offsetIntegerOffsetCommand offset
is_driverBooleanDrivere.g. true. Whether the stage is a data source. Absent on a stage that failed to parse
is_streamableBooleanStreamablee.g. true. Whether the stage can process rows as they arrive
errorStringErrorError message