joyhaldar commented on code in PR #4050:
URL: https://github.com/apache/polaris/pull/4050#discussion_r3078827107


##########
spec/polaris-management-service.yml:
##########
@@ -965,6 +967,27 @@ components:
         warehouse:
           type: string
           description: The warehouse location for the hive catalog.
+    
+    BigQueryMetastoreConnectionConfigInfo:
+      type: object
+      description: Configuration necessary for connecting to a BigQuery 
Metastore Catalog
+      allOf:
+        - $ref: '#/components/schemas/ConnectionConfigInfo'
+      properties:
+        warehouse:
+          type: string
+          description: The warehouse location for the BigQuery Metastore 
Catalog
+        gcpProjectId:
+          type: string
+          description: The GCP project ID
+        properties:
+          type: object
+          additionalProperties:
+            type: string
+            description: Additional catalog properties

Review Comment:
   I have moved `properties` to parent `ConnectionConfigInfo` so all federation 
types can use it.
   



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