Resolved! Show Vacuum operation result (files deleted) without DRY RUN
Hi, I'm runing some scheduled vacuum jobs and would like to know how many files were deleted without making all the computation twice, with and without DRY RUN, is there a way to accomplish this?Thanks!
- 3008 Views
- 4 replies
- 5 kudos
Latest Reply
We have to enable logging to capture the logs for vacuum.spark.conf.set("spark.databricks.delta.vacuum.logging.enabled","true")
- 5 kudos