Airflow Programming Model: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Declaring a DAG=
=Declaring a DAG=
==With <tt>DAG()</tt> Constructor==
==With <tt>DAG()</tt> Constructor==
Also see: {{Internal|Airflow_Concepts#Declaring_a_DAG|Airflow Concepts &#124; Declaring a DAG}}
==With <tt>@dag</tt> Decorator==
==With <tt>@dag</tt> Decorator==

Revision as of 00:30, 14 July 2022

Internal

Overview

Declaring a DAG

With DAG() Constructor

Also see:

Airflow Concepts | Declaring a DAG

With @dag Decorator