Skip to content

Commit

Permalink
extending assertion std model (#5575)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored Aug 4, 2022
1 parent 6c616fd commit 89dd04e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion datahub-graphql-core/src/main/resources/entity.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6126,11 +6126,21 @@ enum AssertionStdOperator {
"""
START_WITH

"""
Value being asserted matches the regex value.
"""
REGEX_MATCH

"""
Value being asserted is one of the array values
"""
IN

"""
Value being asserted is not in one of the array values.
"""
NOT_IN

"""
Other
"""
Expand Down Expand Up @@ -8855,4 +8865,4 @@ enum OriginType {
The entity is of unknown origin.
"""
UNKNOWN
}
}

0 comments on commit 89dd04e

Please sign in to comment.