Airflow Programming Model: Difference between revisions

From NovaOrdis Knowledge Base
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==

Revision as of 00:28, 14 July 2022

Internal

Overview

Declaring a DAG

With DAG() Constructor

With @dag Decorator