SS-470 Add support for vended credentials for GCS backed Iceberg catalogs - #38733
Conversation
0900966 to
b096a5f
Compare
1846747 to
eba7f20
Compare
| name = "iceberg" | ||
| version = "0.10.1" | ||
| source = "git+https://github.com/MaterializeInc/iceberg-rust.git?rev=958ac5b3c318026aeb362485c593e4956aeabe95#958ac5b3c318026aeb362485c593e4956aeabe95" | ||
| source = "git+https://github.com/MaterializeInc/iceberg-rust.git?rev=f789d90ff4b516331ba07afc2b9790b20fb3db2a#f789d90ff4b516331ba07afc2b9790b20fb3db2a" |
There was a problem hiding this comment.
caught up with patrick offline and he's going to update this to point to the release branch before merging -- I noticed after the fact (thanks to claude) that this was pointing to revision that wasn't merged yet.
QA LLM Review (Post Merge)@patrickwwbutler — an automated review of commit 1. MEDIUM --
|
Updates cargo.toml to point at the new revision of our iceberg fork, containing the custom credential loader support for GCS. Adds logic to opendal storage interface construction to build custom credential loaders for GCS when the access delegation option is specified, and removes the restriction on using
ACCESS DELEGATIONwhen creating a GCP biglake iceberg catalog connection.