USER MANUALS


Iceberg Tables Properties

The optional WITH clause of the CREATE TABLE can be used to set properties on the newly created table or on individual columns.

The available table properties are:

  • format (varchar): File format for the table.

  • format_version (varchar): Format version for the table.

  • location (varchar): File system location URI for the table.

  • partitioning (array(varchar)): Partition transforms.

Add feedback