Ideas
Community
Documentation
Support
Training & Certification
Services
Welcome to the Matillion Roadmap
Last updated: 05/05/2025Check out our recently delivered features here
The Roadmap has evolved - see here
DELETing from a table specific rows is quite common, and Re-Writing the whole table is an unnecessary workload on the DB. Please add the DELETE FROM functionality. Currently we are using SQL SCRIPT to achieve this.https://docs.databricks.com/aws/en/sql/language-manual/delta-delete-from
https://docs.snowflake.com/en/sql-reference/sql/delete
eg: Try to code this in Matillion
DELETE P FROM Product P LEFT JOIN OrderItem I ON P.Id = I.ProductId WHERE I.Id IS NULL
Get notified by email when there are changes.