SHOW MODELS Command: New columns in output

Attention

This behavior change is in the 2024_05 bundle.

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

When this behavior change bundle is enabled, the output of the SHOW MODELS command includes the following new columns:

Column Name

Description

model_type

The type of the model. Possible values are:

aliases

A SQL object whose keys are model version aliases and whose values are the corresponding model version names. The keys include aliases you have created using ALTER MODEL as well as any system aliases (DEFAULT, FIRST, or LAST) that apply to the model version.

If a model version has no aliases, this column contains an empty object, {}, rather than NULL.

The model_type column is added as the third column of the output, immediately following name. The aliases column is added to the end.

Ref: 1653