Reputation: 53
I was going through the integration documents available for snowflake & service now. But, all documents are oddly focussed on sf consuming snow data for analytics. Didn't find anything related to creating tickets for failures at snowflake. Is it possible?
It's not about the monitoring & notification aspect of snowflake but connecting with service now and raise a ticket for query failures (tasks,sp etc.)
Any ideas?
Upvotes: 0
Views: 540
Reputation: 3
Email is a simple way. You need to determine how your ServiceNow instance is processing emails. We implemented incident creation from Azure App Insights based on emails.
In ServiceNow find the Inbound Action you need to process the email or make one. ServiceNow provides every instance with an email account Refer to enter link description here
The instance email is usually [email protected]. If your instance url is "audi.service-now.com", the email would be "[email protected]".
For a PDI [email protected], e.g.; [email protected]
Upvotes: 0
Reputation: 2731
For the Snowpipe, we found a way to use it. We send the error message to SNS and then we can do a Lambda function to call the Rest API of ServiceNow to create a ticket.
For Task, we find that it is possible to use External Functions to notify to AWS whenever the Task fails, but we haven’t implemented it.
Upvotes: 1