Function deltalake::open_table_with_ds[][src]

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

Creates a DeltaTable from the given path. Loads metadata from the version appropriate based on the given ISO-8601/RFC-3339 timestamp. Infers the storage backend to use from the scheme in the given table path.