Delta Table already exists with write_deltalake(..., mode='overwrite', overwrite_schema=True)
#2197
Labels
write_deltalake(..., mode='overwrite', overwrite_schema=True)
#2197
Environment
Delta-rs version: 0.15.1
Binding: Python
Environment:
Bug
What happened:
Calling
write_deltalake(path, data, mode='overwrite', overwrite_schema=True, storage_options=...)
fails withDelta Table already exists at that location
.What you expected to happen:
The existing Delta table to be overwritten.
How to reproduce it:
Call the above function to write to a path with an existing Delta table.
More details:
The text was updated successfully, but these errors were encountered: