Airflow Programming Model: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 2: Line 2:
* [[Airflow#Subjects|Airflow]]
* [[Airflow#Subjects|Airflow]]
=Overview=
=Overview=
=<tt>requirements.txt</tt>=
<syntaxhighlight lang='text'>
apache-airflow == 2.3.3
</syntaxhighlight>
=Declaring a DAG=
=Declaring a DAG=
==With <tt>DAG()</tt> Constructor==
==With <tt>DAG()</tt> Constructor==

Revision as of 00:48, 14 July 2022