sql_code
provided in the statement will be executed.
You can create a trigger either on a table…
messages
table.WHERE
clause:
mindsdb_slack.users
table.LAST
keyword to ensure that the model generates answers only to the newly sent messages.slack_trigger
.mindsdb_slack.messages
table. Therefore, every time when data is added or updated, the trigger will execute its code.messages
table.TABLE_DELTA
stands for the table on which the trigger has been created.mindsdb_slack.users
table.