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
Related to #2692, it appears the original query passed validation from KQLValidator class methods when the rule was loaded. It should have failed because one of the logic operators was missing a space which is invalid for KQL.
We should take the rule as it was before the fix locally and set a breakpoint in KQLValidator.validate within rule_validators.py. This should allow us to trace the parsing and validation to determine why it did not explicitly raise an error.
The text was updated successfully, but these errors were encountered:
Describe the bug
Related to #2692, it appears the original query passed validation from
KQLValidator
class methods when the rule was loaded. It should have failed because one of the logic operators was missing a space which is invalid for KQL.Testing
We should take the rule as it was before the fix locally and set a breakpoint in
KQLValidator.validate
withinrule_validators.py
. This should allow us to trace the parsing and validation to determine why it did not explicitly raise an error.The text was updated successfully, but these errors were encountered: