MODEL MONITOR METRIC functions: New columns in output

Attention

This behavior change is in the 2025_04 bundle.

For the current status of the bundle, refer to Bundle History.

When this behavior change bundle is enabled, the output of the MODEL_MONITOR_DRIFT_METRIC, MODEL_MONITOR_PERFORMANCE_METRIC, and MODEL_MONITOR_STAT_METRIC table functions includes the following new columns:

Column nameData typeDescription
SEGMENT_COLUMNSTRINGName of the segment column used in the metric calculation.
SEGMENT_VALUESTRINGValue of the segment for which the metric is calculated.

To minimize potential impact, update your queries to explicitly select only the necessary columns instead of using a wildcard (*).

Ref: 1982