Apache Iceberg · Schema

PlanTask

An opaque string provided by the REST server that represents a unit of work to produce file scan tasks for scan planning. This allows clients to fetch tasks across multiple requests to accommodate large result sets.

ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
View JSON Schema on GitHub

JSON Schema

rest-catalog-open-api-plan-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-schema/rest-catalog-open-api-plan-task-schema.json",
  "title": "PlanTask",
  "description": "An opaque string provided by the REST server that represents a unit of work to produce file scan tasks for scan planning. This allows clients to fetch tasks across multiple requests to accommodate large result sets.",
  "type": "string"
}