You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Do not throw an error when it's failed to parse (#177)
It can be failed even if the sql text on the editor is correct because lint check can beapllied to a partial part depending on the cursor position.Instead of throwing an error, returns empty result.