Table: aws_glue_database_tables
This table shows data for Glue Database Tables.
https://docs.aws.amazon.com/glue/latest/webapi/API_Table.html (opens in a new tab)
The composite primary key for this table is (database_arn, name).
Relations
This table depends on aws_glue_databases.
The following tables depend on aws_glue_database_tables:
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
account_id | String |
region | String |
database_arn (PK) | String |
name (PK) | String |
catalog_id | String |
create_time | Timestamp |
created_by | String |
database_name | String |
description | String |
is_registered_with_lake_formation | Bool |
last_access_time | Timestamp |
last_analyzed_time | Timestamp |
owner | String |
parameters | JSON |
partition_keys | JSON |
retention | Int |
storage_descriptor | JSON |
table_type | String |
target_table | JSON |
update_time | Timestamp |
version_id | String |
view_expanded_text | String |
view_original_text | String |