This is an automated email from the ASF dual-hosted git repository.

yzou pushed a commit to branch yzou-credential-vending-specs
in repository https://gitbox.apache.org/repos/asf/polaris.git

commit fe1505258acde07e0c61562faa899502e45ab2f3
Author: Yun Zou <[email protected]>
AuthorDate: Wed Feb 18 13:48:54 2026 -0800

    add change
---
 api/polaris-catalog-service/build.gradle.kts      | 2 +-
 spec/polaris-catalog-apis/generic-tables-api.yaml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/api/polaris-catalog-service/build.gradle.kts 
b/api/polaris-catalog-service/build.gradle.kts
index 810b134421..85d6618c49 100644
--- a/api/polaris-catalog-service/build.gradle.kts
+++ b/api/polaris-catalog-service/build.gradle.kts
@@ -31,7 +31,7 @@ val genericTableModels =
     "LoadGenericTableResponse",
     "ListGenericTablesResponse",
     "GenericTable",
-    "StorageCredential",
+    "StorageAccessCredential",
   )
 
 val policyManagementModels =
diff --git a/spec/polaris-catalog-apis/generic-tables-api.yaml 
b/spec/polaris-catalog-apis/generic-tables-api.yaml
index 35f04b0d80..a21fa9ec42 100644
--- a/spec/polaris-catalog-apis/generic-tables-api.yaml
+++ b/spec/polaris-catalog-apis/generic-tables-api.yaml
@@ -248,7 +248,7 @@ components:
           type: array
           description: Credentials for ADLS / GCS / S3 to access the table.
           items:
-            $ref: '#/components/schemas/StorageCredential'
+            $ref: '#/components/schemas/StorageAccessCredential'
 
 
     ListGenericTablesResponse:
@@ -263,7 +263,7 @@ components:
             $ref: 
'../iceberg-rest-catalog-open-api.yaml#/components/schemas/TableIdentifier'
 
 
-    StorageCredential:
+    StorageAccessCredential:
       type: object
       required:
         - prefix

Reply via email to