Best Practices for Row-Level Deletion in SQLMesh Projects #5104
SilasFriby
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi SQLMesh team,
I'm working on a project using SQLMesh and was wondering what the preferred method is for deleting specific rows (e.g., for a specific customer ID).
We’re building a GDPR-compliant deletion pipeline, and I'm currently considering writing a script that scans all physical tables across environments and deletes rows that match certain criteria.
Is that the right approach? Or is there a recommended “SQLMesh way” to handle row-level deletions?
Thank you in advance!
Best regards,
Silas
Beta Was this translation helpful? Give feedback.
All reactions