[ 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()