ANOMALY_INSIGHTS!GET_ORG_NOTIFICATION_EMAILS

Returns the email addresses where notifications are sent when there is an organization-level cost anomaly. An organization-level anomaly occurs when the aggregate consumption for all accounts falls outside an expected range.

Syntax

SNOWFLAKE.LOCAL.ANOMALY_INSIGHTS!GET_ORG_NOTIFICATION_EMAILS()
Copy

Arguments

None.

Returns

Returns a table with the following column:

Column name

Data type

Description

EMAIL_LIST

VARCHAR

Comma-delimited list of email addresses where notifications are sent when there is an organization-level cost anomaly.

Access control requirements

Users with any of the following roles can call this method:

  • ACCOUNTADMIN role

  • GLOBALORGADMIN role

Example

The following example returns the list of email addresses that are notified when there is an organization-level cost anomaly.

CALL SNOWFLAKE.LOCAL.ANOMALY_INSIGHTS!GET_ORG_NOTIFICATION_EMAILS();
Copy
Language: English