
Explanation:
Option D is CORRECT because YourEnvironmentName-Task logs in Amazon Managed Workflows for Apache Airflow (MWAA) contain logs specific to the execution of tasks in the Directed Acyclic Graph (DAG). These logs provide detailed information about the task instances, including errors and issues encountered during the execution of individual tasks. When a workflow fails, reviewing the task logs is the best way to understand what went wrong during the task execution, making it the most appropriate log type for diagnosing workflow failures.
Ultimate access to all questions.
Question 10/58
A data engineer uses Amazon Managed Workflows for Apache Airflow (Amazon MWAA) to run data pipelines in an AWS account.
A workflow recently failed to run. The data engineer needs to use Apache Airflow logs to diagnose the cause of the failure.
Which log type should the data engineer use to diagnose the cause of the failure?
A
YourEnvironmentName-WebServer
B
YourEnvironmentName-Scheduler
C
YourEnvironmentName-DAGProcessing
D
YourEnvironmentName-Task
No comments yet.