common.configuration.specs.mixins
WithObjectStoreRsCredentials Objects
class WithObjectStoreRsCredentials(ABC)
to_object_store_rs_credentials
@abstractmethod
def to_object_store_rs_credentials() -> Dict[str, Any]
Returns credentials dictionary for object_store Rust crate.
Can be used for libraries that build on top of the object_store crate, such as deltalake
.
https://docs.rs/object_store/latest/object_store/
WithPyicebergConfig Objects
class WithPyicebergConfig(ABC)
to_pyiceberg_fileio_config
@abstractmethod
def to_pyiceberg_fileio_config() -> Dict[str, Any]
Returns pyiceberg
FileIO configuration dictionary.