You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hey @sebpretzer thanks for reaching out! I think it would be a good addition. We didn't port all the configuration upfront to make sure that we only port the relevant keys. It would be great if you could provide a PR. Feel free to tag me there.
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!
The text was updated successfully, but these errors were encountered: