lasdf1234 commented on code in PR #12366:
URL: https://github.com/apache/gravitino/pull/12366#discussion_r3725412815


##########
docs/open-api/catalogs.yaml:
##########
@@ -390,6 +390,27 @@ components:
           default: { }
           additionalProperties:
             type: string
+        secretBindings:
+          type: object
+          description: >
+            Optional map of property key to write-through binding. Each 
binding must
+            include provider and value (plaintext). Persisted value becomes a 
URN.
+          nullable: true
+          additionalProperties:

Review Comment:
   Got. Resolved.



##########
clients/client-python/gravitino/dto/requests/catalog_create_request.py:
##########
@@ -41,6 +41,12 @@ class CatalogCreateRequest(RESTRequest):
     _properties: Optional[Dict[str, str]] = field(
         metadata=config(field_name="properties")
     )
+    _secret_bindings: Optional[Dict[str, Dict[str, str]]] = field(

Review Comment:
   Got. Resolved.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to