Hi,
I'm having trouble with a previously working Label query.
The query looks like this:
Query:
SELECT
FROM
label
WHERE
label.status NOT IN ('UNKNOWN', 'REMOVED')
Previously, I would get the label results as expected, but now I am getting an error:
Error Message:
Status(StatusCode="InvalidArgument", Detail="Request contains an invalid argument.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1607124551.350000000","description":"Error received from peer ipv6:[2607:f8b0:400a:804::200a]:443","file":"T:\src\github\grpc\workspace_csharp_ext_windows_x64\src\core\lib\surface\call.cc","file_line":1062,"grpc_message":"Request contains an invalid argument.","grpc_status":3}")
Error Failure Details:
Failure = {{ "errors": [ { "errorCode": { "requestError": "UNKNOWN" }, "message": "The error code is not in this version.", "trigger": { "stringValue": "A_label__Label.status" } } ] }}
I've only seen in yesterday and today. Removing the filter on the predicate prevents this error from occurring, but is not what I wanted to query.
Label status is still marked as filterable, and the query can still be constructed in the interactive query builder. Is anyone else encountering a similar issue?
Thanks,
Kevin