Fokko commented on code in PR #922: URL: https://github.com/apache/iceberg-python/pull/922#discussion_r1684916155
########## pyiceberg/catalog/glue.py: ########## @@ -117,6 +124,12 @@ ICEBERG_FIELD_OPTIONAL = "iceberg.field.optional" ICEBERG_FIELD_CURRENT = "iceberg.field.current" +GLUE_PROFILE_NAME = "glue.profile-name" +GLUE_REGION = "glue.region" +GLUE_ACCESS_KEY_ID = "glue.access-key-id" Review Comment: That makes sense, I'm good with that now. At some point we should have a bigger conversation across languages to unify this. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
