Fokko commented on code in PR #530:
URL: https://github.com/apache/iceberg-python/pull/530#discussion_r1529322025


##########
pyiceberg/catalog/glue.py:
##########
@@ -105,6 +105,10 @@
 GLUE_SKIP_ARCHIVE = "glue.skip-archive"
 GLUE_SKIP_ARCHIVE_DEFAULT = True
 
+# Configure an alternative endpoint of the Glue service for GlueCatalog to 
access.
+# This could be used to use GlueCatalog with any glue-compatible metastore 
service that has a different endpoint
+GLUE_CATALOG_ENDPOINT = "glue.endpoint"

Review Comment:
   Looks good, same property as in Java: 
https://github.com/apache/iceberg/blob/f614a3f8b0379188efcc0c38caa486c94c6a52a3/aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java#L103



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