Delta Lake Tables Properties¶
The optional WITH
clause of the CREATE TABLE
can be used to set properties on the newly created table or on single columns.
Available table properties are:
format
(varchar): File format for the table.external_location
(varchar): File system location URI for the table.