Service Reference
Glue — AWS Glue Data Catalog
AWS Glue Data Catalog uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix AWSGlue..
Glue — AWS Glue Data Catalog
AWS Glue Data Catalog uses the application/x-amz-json-1.1 protocol.
Operations are identified by the X-Amz-Target header with the prefix
AWSGlue..
Notes
- Target dispatch header:
X-Amz-Target: AWSGlue.<Operation>. - Unrecognized operations return a JSON
501 Not Implementederror response. - Only the Data Catalog subset of Glue is emulated (databases and tables). ETL jobs, crawlers, and workflows are not supported.
Summary
| Category | ✅ Supported |
|---|---|
| Databases | 4 |
| Tables | 4 |
| Tags | 3 |
Endpoints
Databases
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateDatabase | ✅ Supported | Creates a database in the catalog | docs |
GetDatabase | ✅ Supported | Returns database details | docs |
GetDatabases | ✅ Supported | Lists all databases | docs |
DeleteDatabase | ✅ Supported | Deletes a database | docs |
Tables
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
CreateTable | ✅ Supported | Creates a table in a database | docs |
GetTable | ✅ Supported | Returns table details | docs |
GetTables | ✅ Supported | Lists tables in a database | docs |
DeleteTable | ✅ Supported | Deletes a table | docs |
Tags
| Operation | Status | Notes | AWS Docs |
|---|---|---|---|
TagResource | ✅ Supported | Adds or overwrites tags on databases and tables | docs |
UntagResource | ✅ Supported | Removes tags by key from databases and tables | docs |
GetTags | ✅ Supported | Returns tags for databases and tables | docs |