Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
It's recommended to use the overwrite option. Overwrite the table data and run a VACUUM command.
To Delete the data from a Managed Delta table, the DROP TABLE command can be used.
If it's an external table, then run a DELETE query on the table and then execute VACUUM with RETAIN HOURS 0
CREATE or REPLACE table can also be used
We do not recommend deleting the files from the underlying storage directly. That can cause issues with the transaction logs
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.