Amazon Glue · Schema

TableErrors

TableErrors schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless
View JSON Schema on GitHub

JSON Schema

glue-table-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-table-errors-schema.json",
  "title": "TableErrors",
  "description": "TableErrors schema from Amazon Glue API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/TableError"
  }
}