danielcweeks commented on code in PR #9940:
URL: https://github.com/apache/iceberg/pull/9940#discussion_r1525088666


##########
open-api/rest-catalog-open-api.py:
##########
@@ -54,6 +54,24 @@ class CatalogConfig(BaseModel):
         ...,
         description='Properties that should be used as default configuration; 
applied before client configuration.',
     )
+    capabilities: Optional[
+        List[
+            Literal[
+                'pagination',
+                'scan-planning',
+                'views',
+                'vended-credentials',
+                'remote-signing',
+                'oauth2',
+                'sigv4',

Review Comment:
   I think we should add `mutli-table-commit` and `register-table` as well 
since they aren't really required for a catalog implementation.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to