overcast local AWS emulator

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 docs: https://docs.aws.amazon.com/glue/latest/webapi/

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 Implemented error response.
  • Only the Data Catalog subset of Glue is emulated (databases and tables). ETL jobs, crawlers, and workflows are not supported.

Summary

Category✅ Supported
Databases4
Tables4
Tags3

Endpoints

Databases

OperationStatusNotesAWS Docs
CreateDatabase✅ SupportedCreates a database in the catalogdocs
GetDatabase✅ SupportedReturns database detailsdocs
GetDatabases✅ SupportedLists all databasesdocs
DeleteDatabase✅ SupportedDeletes a databasedocs

Tables

OperationStatusNotesAWS Docs
CreateTable✅ SupportedCreates a table in a databasedocs
GetTable✅ SupportedReturns table detailsdocs
GetTables✅ SupportedLists tables in a databasedocs
DeleteTable✅ SupportedDeletes a tabledocs

Tags

OperationStatusNotesAWS Docs
TagResource✅ SupportedAdds or overwrites tags on databases and tablesdocs
UntagResource✅ SupportedRemoves tags by key from databases and tablesdocs
GetTags✅ SupportedReturns tags for databases and tablesdocs