Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions capabilities/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ groups:
title: Vector Buckets
- id: analytics
title: Analytics Buckets (Iceberg)
- id: errors
title: Errors
features:
- id: storage.file_buckets.access_bucket
name: Access Bucket
Expand Down Expand Up @@ -206,3 +208,7 @@ features:
name: Iceberg Table Management
description: Create, list, load, update, rename, and drop Iceberg tables within a namespace, including schema and partition spec definition.
group: analytics
- id: storage.errors.error_codes
name: Service Error Codes
description: Expose the machine-readable service-specific error code (e.g. NoSuchKey, AccessDenied) returned by the Storage server on a thrown error, covering both file and vector bucket operations.
group: errors