Rest Catalog Open Api Completed Planning Result Structure
Completed server-side planning result
Type: objectProperties: 0
ACIDAnalyticsApacheData LakeLakehouseOpen-SourceTable Format
CompletedPlanningResult is a JSON Structure definition published by Apache Iceberg. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"type": "object",
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/apache-iceberg/refs/heads/main/json-structure/rest-catalog-open-api-completed-planning-result-structure.json",
"name": "CompletedPlanningResult",
"description": "Completed server-side planning result",
"allOf": [
{
"$ref": "#/components/schemas/ScanTasks"
},
{
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"$ref": "#/components/schemas/PlanStatus",
"const": "completed"
},
"storage-credentials": {
"type": "array",
"description": "Storage credentials for accessing the files returned in the scan result.\nIf the server returns storage credentials as part of the completed scan planning response, the expectation is for the client to use these credentials to read the files returned in the FileScanTasks as part of the scan result.",
"items": {
"$ref": "#/components/schemas/StorageCredential"
}
}
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.