Skip to main content

Delete

Description:

Delete removes rows from a database table based on lookup keys that match values from the incoming data stream. Use this step when your workflow needs to clean up or purge records — for example, removing outdated entries, deleting processed transactions, or synchronizing deletions between systems. It compares specified key fields from each incoming row against the target table and deletes the matching database records.

Configurations:

Field NameDescription
Step NameName of the step. This name has to be unique in a single workflow.
ConnectionName of the database connection on which the target table resides.
Target SchemaThe name of the Schema for the table to write data to.
Target TableName of the target table.
Commit SizeThe number of rows after which to commit.
The keys to lookup the values:
Table fieldField in the table to lookup
ComparatorSelect from the list of comparators
Stream field1Table field is compared with Stream field1 using comparator
Stream field2Table field is compared with Stream field2 using comparator