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.
Questo esercizio fa parte del corso
Introduction to Apache Airflow in Python
Esercizio pratico interattivo
Prova a risolvere questo esercizio completando il codice di esempio.
# Import the DAG object
from ____ import ____