Table
Represents a collection of related data organized in columns and rows.
Types
Properties
The time when the table definition was created in the Data Catalog.
The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.
A description of the table.
A FederatedTable
structure that references an entity outside the Glue Data Catalog.
Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.
Indicates whether the table has been registered with Lake Formation.
The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.
The last time that column statistics were computed for this table.
These key-value pairs define properties associated with the table.
A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.
A structure containing information about the state of an asynchronous change to a table.
A storage descriptor containing information about the physical storage of this table.
A TableIdentifier
structure that describes a target table for resource linking.
The last time that the table was updated.
A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.
Included for Apache Hive compatibility. Not used in the normal course of Glue operations.
Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW
, certain Athena configuration encoded in base64.