Discovery
Automatically finding Glue databases, tables, and columns from the Data Catalog. Requires two categories of scoped IAM permissions. Glue-specific permissions (`GetDatabases`, `GetDatabase`, `GetTables`, `GetTable`, `GetPartitions`, `GetPartition`, `GetTableVersion`, `GetTableVersions`) provide read access to catalog metadata. Separately, S3 permissions (`ListBucket` and `GetObject`) scoped to the specific bucket and path prefixes used by the catalog's databases give access to the underlying data those catalog entries describe.



