How to set DLT pipeline warning alert?

John Rambo 20 Reputation points
2025-04-02T13:50:59.43+00:00

Hi there,

How to implement a security threshold set for a field in the Streaming table in Delta Live Pipeline. When real-time data exceeds the threshold, an alarm email is sent to notify users. The user's mailbox is not the databricks user's mailbox.

Thanks&Regards,

zmsoft

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,406 questions
{count} votes

Accepted answer
  1. Chandra Boorla 11,750 Reputation points Microsoft External Staff
    2025-04-02T18:16:15.8833333+00:00

    @John Rambo

    To set up a warning alert for a DLT pipeline when a specific field in a streaming table exceeds a security threshold, you can define custom actions using event hooks. While the context does not provide explicit instructions on implementing a threshold alert specifically, you can utilize the built-in monitoring, and observability features of DLT pipelines to configure alerts for pipeline events.

    Define Custom Monitoring - Use event hooks to define actions that should be triggered when certain conditions are met, such as when data exceeds a threshold.

    Email Notifications - You can configure email notifications to send alerts to specified email addresses when certain events occur, such as a pipeline update failing or when specific conditions in your data are met.

    For detailed steps on how to implement these features, refer to the documentation on defining custom monitoring and adding email notifications.

    I hope this information helps. Please do let us know if you have any further queries.

    Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.

    Thank you.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.