Files
delta-rs/python/docs
Omkar P ceeffd867e feat(python): add DeltaTable.is_deltatable static method (#2662)
This adds a static method `is_deltatable(path, opts)` to the
`DeltaTable` Python class, which returns `True` if able to
locate a delta table at specified `path` and `False` otherwise.

It does so by reusing the Rust internal `is_delta_table_location()`
via the `DeltaTableBuilder`.

Additionally, this also adds documentation of the usage with
examples for the `DeltaTable.is_deltatable()` method.
2024-07-31 18:58:14 +00:00
..