
Ultimate access to all questions.
The operations team utilizes a centralized data quality monitoring system where users can publish data quality metrics via a webhook. You are tasked with developing a process to send messages through a webhook if at least one duplicate record is detected. Which of the following approaches can be used to integrate an alert with the current data quality monitoring system?
A
Use a notebook and Jobs to employ Python for publishing DQ metrics.
B
Configure an alert to send an email, then use Python to parse the email and publish a webhook message.
C
Set up an alert with a custom template.
D
Set up an alert with a custom Webhook destination.
E
Set up an alert with a dynamic template.