Skip to main content
Version: 6.1

DB Push

This node receives a dataframe table as input and inserts all data into a specified database.

The user must specify the destination table name, description and the primary key fields of the table. The database schema where the table should be inserted and the insert batch size.

In case this table does not exist, it will be created on the first node execution. If the destination table does exist then on node execution, existing records will be updated and new records will be appended to the existing table.