Function deltalake::open_table

source ·
pub async fn open_table(
    table_uri: impl AsRef<str>
) -> Result<DeltaTable, DeltaTableError>
Expand description

The deltalake crate is currently just a meta-package shim for deltalake-core Creates and loads a DeltaTable from the given path with current metadata. Infers the storage backend to use from the scheme in the given table path.

Will fail fast if specified table_uri is a local path but doesn’t exist.