# Snowflake events

> The Snowflake connector supports the following predefined events:

The Snowflake connector supports the following predefined events:

* Asynchronous Query Status Changed

The Snowflake connector also supports the following standard events on various
objects:

* Record Created
* Record Updated

For the **Record Created** and **Record Updated** triggers to run successfully, you must execute the following query on the tables you are monitoring for events: `ALTER TABLE [TABLE_NAME] SET CHANGE_TRACKING = TRUE;`. Additionally, make sure you have the required permissions configured in Snowflake.

All events are automatically accessible under the **Wait for an
Event and Resume** activity for your long-running workflows. For details,
refer to [Long-running workflows with Integration Service
activities](https://docs.uipath.com/activities/other/latest/integration-service/long-running-workflows-with-integration-service-activities).

Event polling is performed every five minutes, by default. The
polling interval is configurable. For details, refer to the [Triggers](https://docs.uipath.com/integration-service/automation-cloud/latest/user-guide/triggers#triggers) documentation.
