79784624

Date: 2025-10-07 14:06:29
Score: 1
Natty:
Report link

One of Delta feature is to have ACID transaction when you commit your file so what you are asking goes against this.

If you really want to do this I would recommend having your data partitionned by customer_id so that when you need to erase from history a specific client you just have to dump a specific partition.

This would involve in 2 counter parts :

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Baptiste