Skip to content

Commit

Permalink
Add NQLAttributeOperator.NOT_MATCHES
Browse files Browse the repository at this point in the history
  • Loading branch information
kgodlewski committed Oct 18, 2024
1 parent 8c64e67 commit 61e94de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/neptune/internal/backends/nql.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class NQLAttributeOperator(str, Enum):
GREATER_THAN = ">"
LESS_THAN = "<"
MATCHES = "MATCHES"
NOT_MATCHES = "NOT MATCHES"


class NQLAttributeType(str, Enum):
Expand Down

0 comments on commit 61e94de

Please sign in to comment.