feat: support metadata condition filter string array (#23111)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
parent
11ec62ca70
commit
28478cdc41
6 changed files with 32 additions and 2 deletions
|
|
@ -13,6 +13,8 @@ SupportedComparisonOperator = Literal[
|
|||
"is not",
|
||||
"empty",
|
||||
"not empty",
|
||||
"in",
|
||||
"not in",
|
||||
# for number
|
||||
"=",
|
||||
"≠",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue