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 the following data sources: MongoDB, Slack, Solace.

Syntax

Here is the syntax for removing a trigger:

DROP TRIGGER trigger_name;