You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
(v0.4.2) When calling list event groups with filter on reporting server v2 and using fields, which are relevant to event group (v2) only (cmms_data_provider field as an example), the request fails, with following error message:
INVALID_ARGUMENT: filter is not a valid CEL expression: ERROR: :1:1: undeclared reference to 'cmms_data_provider' (in container 'wfa.measurement.reporting.v1alpha.EventGroup')\n | cmms_data_provider == 'dataProviders/a0tmyormbgQ'
Steps to reproduce
Call list event groups on reporting server v2 by using cel expression, which contains v2 Event group field. Example:cmms_data_provider == 'dataProviders/a0tmyormbgQ'
Component(s) affected
Reporting Server
Version
0.4.2
The text was updated successfully, but these errors were encountered:
This error seems to be cause due to the CEL Env Provider not importing the Reporting Server v2 definition of the event groups object and only referencing v1
Describe the bug
(v0.4.2) When calling list event groups with filter on reporting server v2 and using fields, which are relevant to event group (v2) only (cmms_data_provider field as an example), the request fails, with following error message:
Steps to reproduce
Component(s) affected
Reporting Server
Version
0.4.2
The text was updated successfully, but these errors were encountered: