feat: support metadata condition filter string array (#23111)

Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
This commit is contained in:
kenwoodjw
2025-07-30 16:13:45 +08:00
committed by GitHub
parent 11ec62ca70
commit 28478cdc41
6 changed files with 32 additions and 2 deletions

View File

@@ -148,6 +148,8 @@ SupportedComparisonOperator = Literal[
"is not",
"empty",
"not empty",
"in",
"not in",
# for number
"=",
"",