lakehouse.daft.utils.deltarsutils
- lakehouse.daft.utils.deltarsutils.delta_table_exists(path)
Checks if a Delta table exists at the specified path.
- Parameters:
path (str) – The path to the Delta table.
- Returns:
True if the Delta table exists, False otherwise.
- Return type:
bool