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 the following data sources: MongoDB, Slack, Solace.
Here is the syntax for removing a trigger:
DROP TRIGGER trigger_name;