-
Notifications
You must be signed in to change notification settings - Fork 392
Description
Feature Request / Improvement
@HonahX @Fokko I was wondering if the glue.endpoint config variable could be implemented? Similar to how s3.endpoint has already been implemented in pyiceberg, and how glue.endpoint has been implemented in iceberg. I am trying to integrate my tests completely with a moto server, but that cannot be done without routing glue calls to a separate endpoint afaik. I have a hack in my codebase for now, so this request is not urgent.
I think this would mainly impact the boto glue client (plus tests and documentation). If that is the extent of changes, I am happy taking a crack at implementing it.
I know you are all mid-release, and there are other glue namespaced config variables that you may want to do all at the same time, so I leave it to you if this is something worth pursuing.
Thanks!