How-to know when Azure Analysis Services processing failed?

497 Views Asked by At

When processing fails on SSAS on-prem I can send an error notification with SQL Agent.

On ADF/AAS the processing seems to be limited to async only and any error on AAS just floats away...

How can I send notifications out when the database processing fails?

In essence a simple ETL process runs sequentially. Either it completes successfully or something went wrong and needs human intervention. People should get notified about the error when it happens.

SQL Agent will email me when the Job/Process failed.

It really hurts when the customer calls you about an error you don't know about!

1

There are 1 best solutions below

0
On

@hotpie, you can have end to end notifications via below flow in ADF :

enter image description here

You can refer he below link for end to end details:

https://github.com/furmangg/automating-azure-analysis-services/blob/master/README.md#processazureas