dtkt.catalog.v1beta1messages.protoCreateTableRequest
MessageRequest message for creating a table in a schema.
| Field | Type | Number | Description |
|---|---|---|---|
| schema | Schema dtkt.catalog.v1beta1.Schema | 1 | Reference to the schema where the table will be created. |
| name | string | 2 | Name of the new table. |
| description | string | 3 | Description of the new table. |
| fields | Field[] dtkt.shared.v1beta1.Field[] | 4 | Fields of the new table. |
| metadata | Struct google.protobuf.Struct | 5 | Metadata of the table, if any. |