Exercise

Defining a simple DAG

You've spent some time reviewing the Airflow components and are interested in testing out your own workflows. To start you decide to define the default arguments and create a DAG object for your workflow.

The DateTime object has been imported for you.

Instructions 1/3

undefined XP
    1
    2
    3
  • Import the Airflow DAG object. Note that it is case-sensitive.