You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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