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.
Latihan ini adalah bagian dari kursus
Introduction to Apache Airflow in Python
Latihan interaktif praktis
Cobalah latihan ini dengan menyelesaikan kode contoh berikut.
# Import the DAG object
from ____ import ____