pub async fn open_table(
table_uri: impl AsRef<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.
Will fail fast if specified table_uri
is a local path but doesn’t exist.