
Ultimate access to all questions.
As a data engineer utilizing Cloud Composer to manage your ETL pipelines, you have set up an Apache Airflow directed acyclic graph (DAG) to automate this process. One of the critical tasks within this DAG depends on an external third-party service. To ensure reliability and prompt issue resolution, you need a notification system in place to alert you whenever this specific task fails to execute successfully. What actions should you take to implement this notification?
A
Assign a function with notification logic to the on_retry_callback parameter for the operator responsible for the task at risk.
B
Configure a Cloud Monitoring alert on the sla_missed metric associated with the task at risk to trigger a notification._
C
Assign a function with notification logic to the on_failure_callback parameter for the operator responsible for the task at risk.
D
Assign a function with notification logic to the sla_miss_callback parameter for the operator responsible for the task at risk.