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
Currently, it is only possible to override the definition of outcome metrics. It can be valuable to have the ability to ignore these metrics completely.
to replace the outcome metric's select_expression with a no-op that's quick to compute. This leaves the data in an invalid state, but is usable if you know to ignore those metrics.
Currently, it is only possible to override the definition of outcome metrics. It can be valuable to have the ability to ignore these metrics completely.
Today we have to do something like
to replace the outcome metric's
select_expression
with a no-op that's quick to compute. This leaves the data in an invalid state, but is usable if you know to ignore those metrics.It would be ideal if we could do something like
to explicitly ignore
metric_name
that was defined upstream of this config.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: