Skip to content
Snippets Groups Projects
Commit a3f34ea5 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

added != as flagger operator

parent d6580d03
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ from saqc.lib.tools import toSequence, assertScalar, assertDataFrame ...@@ -14,6 +14,7 @@ from saqc.lib.tools import toSequence, assertScalar, assertDataFrame
COMPARATOR_MAP = { COMPARATOR_MAP = {
"!=": op.ne,
"==": op.eq, "==": op.eq,
">=": op.ge, ">=": op.ge,
">": op.gt, ">": op.gt,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment