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 | utf8 |
_cq_sync_time | timestamp[us, tz=UTC] |
_cq_id | uuid |
_cq_parent_id | uuid |
account_id | utf8 |
region | utf8 |
database_arn (PK) | utf8 |
name (PK) | utf8 |
catalog_id | utf8 |
create_time | timestamp[us, tz=UTC] |
created_by | utf8 |
database_name | utf8 |
description | utf8 |
is_registered_with_lake_formation | bool |
last_access_time | timestamp[us, tz=UTC] |
last_analyzed_time | timestamp[us, tz=UTC] |
owner | utf8 |
parameters | json |
partition_keys | json |
retention | int64 |
storage_descriptor | json |
table_type | utf8 |
target_table | json |
update_time | timestamp[us, tz=UTC] |
version_id | utf8 |
view_expanded_text | utf8 |
view_original_text | utf8 |