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.
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 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.
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.