Get startedGet started for free

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.

This exercise is part of the course

Introduction to Apache Airflow in Python

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Import the DAG object
from ____ import ____
Edit and Run Code