Artjoms Iskovs

Results 32 issues of Artjoms Iskovs

I'm trying to configure the REST catalog as follows to read an AWS S3 Tables catalog: ```rust use std::sync::Arc; use aws_config::Region; use iceberg_rust::{ catalog::Catalog, object_store::ObjectStoreBuilder, spec::namespace::Namespace, }; use iceberg_rest_catalog::apis::configuration::{AWSv4Key, Configuration};...

# Description Upgrade Tonic to 0.12 and prost to 0.13 - this removes some duplicate dependencies with multiple minor versions ## Related Issue(s) ## Documentation