DataTable
Represents a single data table, including its metadata, schema, and visibility information. Use this model to inspect table properties and access related rows, columns, and metadata.
DataTable
Represents a data table.
Attributes:
| Name | Type | Description |
|---|---|---|
user_id |
int
|
The ID of the user associated with the table. |
table_name |
str
|
The name of the table. |
display_name |
str
|
The display name of the table. |
database_schema |
DatabaseSchema
|
The schema of the database associated with the table. |
created_on |
str
|
The creation timestamp of the table. |
last_updated |
str
|
The last update timestamp of the table. |
table_type |
str
|
The type of the table (e.g., temporary, permanent). |
visibility |
str
|
The visibility of the table (e.g., public, private). |