delta-io / delta-rs

A native Rust library for Delta Lake, with bindings into Python
https://delta-io.github.io/delta-rs/
Apache License 2.0
2.2k stars 395 forks source link

fix(python, rust): region lookup wasn't working correctly for dynamo #2488

Closed mightyshazam closed 4 months ago

mightyshazam commented 4 months ago

Description

There was a case where the region wasn't being properly passed to the web identity handler

Related Issue(s)

Fixes #2479

Documentation

vegarsti commented 4 months ago

Thanks so much!