DYNAMIC_TABLE_REFRESH_HISTORY function (Information Schema): New columns (Preview)¶
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 name |
Data type |
Description |
|---|---|---|
REINIT_REASON |
STRING |
The reason for the reinitialization of the dynamic table refresh. |
EXECUTE_AS_USER |
VARCHAR |
The user that the dynamic table refresh runs as. |
SECONDARY_ROLES |
VARCHAR |
The secondary roles used during dynamic table refresh execution. |
For more information, see Refresh dynamic tables with specific user privileges and secondary roles.
Ref: 2254