Airflow Programming Model: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Airflow =Overview=") |
|||
Line 2: | Line 2: | ||
* [[Airflow#Subjects|Airflow]] | * [[Airflow#Subjects|Airflow]] | ||
=Overview= | =Overview= | ||
=Declaring a DAG= | |||
==With <tt>DAG()</tt> Constructor== | |||
==With <tt>@dag</tt> Decorator== |