Amazon Glue · Schema

GetColumnStatisticsForPartitionResponse

GetColumnStatisticsForPartitionResponse schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
ColumnStatisticsList object
Errors object
View JSON Schema on GitHub

JSON Schema

glue-get-column-statistics-for-partition-response-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-get-column-statistics-for-partition-response-schema.json",
  "title": "GetColumnStatisticsForPartitionResponse",
  "description": "GetColumnStatisticsForPartitionResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "ColumnStatisticsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnStatisticsList"
        },
        {
          "description": "List of ColumnStatistics that failed to be retrieved."
        }
      ]
    },
    "Errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnErrors"
        },
        {
          "description": "Error occurred during retrieving column statistics data."
        }
      ]
    }
  }
}