DYNAMIC_TABLE_REFRESH_HISTORY function (Information Schema): New columns in output

Attention

This behavior change is in the 2026_02 bundle.

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

When this behavior change bundle is enabled, the output of the DYNAMIC_TABLE_REFRESH_HISTORY Information Schema table function includes the following new columns:

Column nameData typeDescription
REINIT_REASONSTRINGThe reason for the reinitialization of the dynamic table refresh.
EXECUTE_AS_USERVARCHARThe user that the dynamic table refresh runs as.
SECONDARY_ROLE_NAMESVARCHARThe secondary roles used during dynamic table refresh execution.

For more information, see Refresh dynamic tables with specific user privileges and secondary roles.

Ref: 2254