DESCRIBE ICEBERG TABLE command: New column¶
Attention
This behavior change is in the 2024_02 bundle.
For the current status of the bundle, refer to Bundle History.
The DESCRIBE ICEBERG TABLE command behaves as follows:
- Before the change:
The command output does not contain the
source iceberg type
column.- After the change:
The command output contains the
source iceberg type
column. The new column appears immediately after thetype
column.For the Snowflake data type that is used to process and return table data, see the
type
column.
Ref: 1554