dimas-b commented on code in PR #4816:
URL: https://github.com/apache/polaris/pull/4816#discussion_r3493114814
##########
polaris-core/src/main/java/org/apache/polaris/core/rest/PolarisResourcePaths.java:
##########
@@ -48,6 +48,12 @@ public class PolarisResourcePaths {
"/polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}/mappings";
public static final String V1_APPLICABLE_POLICIES =
"/polaris/v1/{prefix}/applicable-policies";
+ // Semantic Model endpoints
+ public static final String V1_SEMANTIC_MODELS =
+ "/polaris/v1/{prefix}/namespaces/{namespace}/semantic-models";
+ public static final String V1_SEMANTIC_MODEL =
+
"/polaris/v1/{prefix}/namespaces/{namespace}/semantic-models/{semantic-model-name}";
Review Comment:
Ideally, I think this should be plugged in via
`extensions/semantic-models`... based on Alex's suggestion in:
https://lists.apache.org/thread/15g7mbfs74fv1z41q2s7f9xtq45xqyov
https://lists.apache.org/thread/bkopxz1014hcmoqkkymxstp63tb1bfcv
--
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]