Function deltalake::open_table[][src]

pub async fn open_table(table_uri: &str) -> Result<DeltaTable, DeltaTableError>
Expand description

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.