CREATE DYNAMIC ICEBERG TABLE command: Write data types to table files¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
With this release, the CREATE DYNAMIC ICEBERG TABLE command behaves as follows:
- Before the change:
Snowflake-managed dynamic Apache Iceberg™ tables created with explicit column definitions do not write iceberg data types to table files.
- After the change:
Snowflake-managed dynamic Apache Iceberg™ tables created with explicit column definitions write iceberg data types to table files.
The following is an example of a Snowflake-managed dynamic Apache Iceberg™ table with explicit column definitions:
Ref: 1773