nerdexam
Amazon

DEA-C01 · Question #151

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…

The correct answer is D. YourEnvironmentName-Task. When a workflow fails to run in Amazon MWAA, the task logs (YourEnvironmentName-Task) are the most relevant for diagnosing the issue. Task logs contain detailed information about the execution of individual tasks within the workflow, including any error messages or stack traces…

Data Operations and Support

Question

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 failure of the workflow. Which log type should the data engineer use to diagnose the cause of the failure?

Options

  • AYourEnvironmentName-WebServer
  • BYourEnvironmentName-Scheduler
  • CYourEnvironmentName-DAGProcessing
  • DYourEnvironmentName-Task

How the community answered

(55 responses)
  • A
    2% (1)
  • B
    4% (2)
  • D
    95% (52)

Explanation

When a workflow fails to run in Amazon MWAA, the task logs (YourEnvironmentName-Task) are the most relevant for diagnosing the issue. Task logs contain detailed information about the execution of individual tasks within the workflow, including any error messages or stack traces that can help pinpoint the cause of the failure.

Topics

#MWAA Logging#Apache Airflow Logs#Workflow Troubleshooting#Task Logs

Community Discussion

No community discussion yet for this question.

Full DEA-C01 Practice