
Ultimate access to all questions.
As a Google Professional Data Engineer orchestrating ETL pipelines with Cloud Composer, you encounter a scenario where a task in your Apache Airflow DAG depends on a third-party service. How can you set up notifications to alert you when this task fails?
A
Configure a Cloud Monitoring alert on the sla_missed metric linked to the task to initiate a notification._
B
Assign a function containing notification logic to the on_retry_callback parameter of the operator handling the task.
C
Assign a function with notification logic to the on_failure_callback parameter of the operator responsible for the task.
D
Assign a function with notification logic to the sla_miss_callback parameter for the operator handling the task.