TABLES views (Account Usage and Information Schema): TABLE_TYPE column value shows correct value for event tables (Pending)¶
Attention
This behavior change is in the 2023_06 bundle.
For the current status of the bundle, refer to Bundle History.
In a future release, in the Account Usage schema TABLES view and
Information schema TABLES view, the TABLE_TYPE
column value will change for certain rows.
When the table described in the view row is an event table, the
TABLE_TYPE
column value will be EVENT TABLE
.
- Currently
When the TABLES view row describes an event table, the row’s
TABLE_TYPE
column value is null.- Pending
When the TABLES view row describes an event table, the row’s
TABLE_TYPE
column value is EVENT TABLE.
Ref: 1169