Get startedGet started for free

Missing DAG

Your manager calls you before you're about to leave for the evening and wants to know why a new DAG workflow she's created isn't showing up in the system. She needs this DAG called execute_report to appear in the system so she can properly schedule it for some tests before she leaves on a trip.

Airflow is configured using the ~/airflow/airflow.cfg file.

This exercise is part of the course

Introduction to Apache Airflow in Python

View Course

Exercise instructions

  • Examine the DAG for any errors and fix those.
  • Determine if the DAG has loaded after fixing the errors.
  • If not, determine why the DAG has not loaded and fix the final issue.

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise