Automate Workflows with Triggers
Create a Trigger
Description
Triggers enable users to define event-based actions. For example, if a table is updated, then run a query to update predictions.
Currently, you can create triggers on MongoDB data sources.
Syntax
Here is the syntax for creating a trigger:
By creating a trigger on a data source, every time this data source is updated or new data is inserted, the sql_code
provided in the statement will be executed.
You can create a trigger either on a table…
…or on one or more columns of a table.