HonahX commented on code in PR #808:
URL: https://github.com/apache/polaris/pull/808#discussion_r1950182622


##########
spec/polaris-catalog-service.yaml:
##########
@@ -123,6 +123,15 @@ paths:
   /v1/{prefix}/namespaces/{namespace}/tables/{table}/notifications:
     $ref: 
'./polaris-catalog-apis/notifications-api.yaml#/paths/~1v1~1{prefix}~1namespaces~1{namespace}~1tables~1{table}~1notifications'
 
+  /v1/{prefix}/namespaces/{namespace}/policies:
+    $ref: 
'./polaris-catalog-apis/policy-apis.yaml#/paths/~1v1~1{prefix}~1namespaces~1{namespace}~1policies'
+
+  /v1/{prefix}/namespaces/{namespace}/policies/{policy}:
+    $ref: 
'./polaris-catalog-apis/policy-apis.yaml#/paths/~1v1~1{prefix}~1namespaces~1{namespace}~1policies~1{policy}'
+
+  /v1/{prefix}/namespaces/{namespace}/policies/{policy}/mappings:
+    $ref: 
'./polaris-catalog-apis/policy-apis.yaml#/paths/~1v1~1{prefix}~1namespaces~1{namespace}~1policies~1{policy}~1mappings'

Review Comment:
   That’s a great question. Yufei provided some insights on this topic in an 
earlier discussion here: [GitHub 
link](https://github.com/apache/polaris/pull/808#discussion_r1929068378) 
(though GitHub auto-folded it). We can continue the discussion there so all 
relevant context stays in one place.



-- 
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