Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.21 KB

CreateTable.md

File metadata and controls

17 lines (14 loc) · 1.21 KB

CreateTable

Properties

Name Type Description Notes
name String Name of table, relative to parent schema. [default to null]
catalog_name String Name of parent catalog. [default to null]
schema_name String Name of parent schema relative to its parent catalog. [default to null]
table_type TableType [default to null]
data_source_format DataSourceFormat [default to null]
columns List The array of ColumnInfo definitions of the table's columns. [default to null]
storage_location String Storage root URL for table (for MANAGED, EXTERNAL tables) [optional] [default to null]
comment String User-provided free-form text description. [optional] [default to null]
properties Map A map of key-value properties attached to the securable. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]