Debugging incomplete runs of a dag in mwaa

Viewed 11

we deployed MWAA using mwaa_enviroment terraform resource. I added example dag but none of the runs complete. What do I need to debug what is happening?

First image is where say_hello task stays in up_for_retry status. Second image is when I click log from the say_hello task.

Our MWAA environment's role already has this in it's policy.

  statement {
    actions = [
      "logs:*",
    ]
    resources = ["arn:aws:logs:${var.region}:${data.aws_caller_identity.current.account_id}:log-group:airflow-axiom_mwaa-*:*"]
  }

up_for_retry

log message

0 Answers
Related