Models
Schema: `TableDetail`
- Type:
object - Required fields:
catalog_name,name,schema_name,table_id
Properties
| Name | Type | Required | Description |
|---|---|---|---|
catalog_name |
string |
true |
- |
columns |
array[ColumnDetail] |
false |
- |
comment |
string |
false |
- |
created_at |
string |
false |
- |
name |
string |
true |
- |
owner |
string |
false |
- |
properties |
object |
false |
- |
schema_name |
string |
true |
- |
statistics |
TableStatistics |
false |
- |
table_id |
string |
true |
- |
table_type |
string |
false |
- |
tags |
array[Tag] |
false |
- |
updated_at |
string |
false |
- |