TABLES, VIEWS, and EXTERNAL_TABLES Views (Account Usage, Information Schema): New Columns Added

Attention

This behavior change is in the 2023_01 bundle.

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

New columns for tracking DDL operations have been added to the following Account Usage and Information Schema views:

New columns:

Column NameData TypeDescription
LAST_DDLTIMESTAMPSpecifies the timestamp of the last DDL operation performed on the table or view.
LAST_DDL_BYTEXTSpecifies the username of the user who performed the last DDL operation on the table or view.

Ref: 891