https://delta.io logo
h

Heitor Augusto

06/23/2023, 1:15 PM
[ Delta-RS Question] When I load a delta table with the without_files=True parameter, can it be effective when executing commands like deltable.vacuum and dt.optimize.compact()? example: dt = DeltaTable(storage_options=storage_options, table_uri=f{table_minio_url}, without_files=True) dt.vacuum() dt.optimize.compact()
m

Michael Nacey

06/27/2023, 8:14 PM
You may want to post in the delta-rs channel.