This node assists in creating custom SQL trigger statements to be executed on the input database. The output port can be used for flow control, to prevent subsequent nodes from executing if one of the statements fails.
Read more about Postgres Triggers here:
https://www.postgresql.org/docs/current/sql-createtrigger.html
Postgres Python Fuctions:
https://www.postgresql.org/docs/current/plpython-funcs.html
- Type: DB SessionDB ConnectionDatabase connection to connect to database.