Skip to content

Commit

Permalink
Merge pull request #1880 from neptune-ai/kg/add-nql-operator-not-matches
Browse files Browse the repository at this point in the history
Add `NQLAttributeOperator.NOT_MATCHES`
  • Loading branch information
kgodlewski authored Oct 18, 2024
2 parents 8c64e67 + 61e94de commit ab41209
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 ab41209

Please sign in to comment.