-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cortextool prepare produces invalid query #196
Comments
I had another instance of this. The follow query intends to derive the Intended query:
This forced me to remove the
|
Perhaps we can have a HeadComment (for ex: wdyt? |
Elaborating on @Duologic 's comments. The query is still wrong for us as the |
* Update MAINTAINERS.md Signed-off-by: ShuzZzle <niclas.schad@gmail.com> * add kd7lxl Signed-off-by: Tom Hayward <thayward@infoblox.com> * Update MAINTAINERS.md Signed-off-by: ShuzZzle <niclas.schad@gmail.com> Co-authored-by: Tom Hayward <thayward@infoblox.com>
When running
cortextool prepare
on a query such as:I'll produce
But this is invalid given:
could not parse expression: 1:301: parse error: label \"cluster\" must not occur in ON and GROUP clause at once
The text was updated successfully, but these errors were encountered: