This is an automated email from the ASF dual-hosted git repository. yzou pushed a commit to branch yzou-generic-table-credential-vending-specs in repository https://gitbox.apache.org/repos/asf/polaris.git
commit bdc597b03739b018a8e9418e75d000565155c92f Author: Yun Zou <[email protected]> AuthorDate: Tue Feb 17 14:01:40 2026 -0800 add change --- spec/polaris-catalog-apis/generic-tables-api.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spec/polaris-catalog-apis/generic-tables-api.yaml b/spec/polaris-catalog-apis/generic-tables-api.yaml index 53f8fe27a0..36ed4b705b 100644 --- a/spec/polaris-catalog-apis/generic-tables-api.yaml +++ b/spec/polaris-catalog-apis/generic-tables-api.yaml @@ -246,7 +246,7 @@ components: $ref: '#/components/schemas/GenericTable' storage-credentials: type: array - description: Credentials for ADLS / GCS / S3. Clients must respect the credentials in the `storage-credentials` field if exist. + description: Credentials for ADLS / GCS / S3 to access the table. items: $ref: '#/components/schemas/StorageCredential' @@ -274,7 +274,8 @@ components: config: type: object description: | - Scoped credentials configs for AWS S3, GCP GCS and AZURE ADLS. + Credential configurations for AWS S3, GCP GCS, and Azure ADLS are supported. The following outlines + the currently supported configuration options: ## AWS Configurations
