Airflow EmptyOperator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/operators/empty/index.html =Internal= * Airflow Concepts =Overvie...") |
|||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
EmptyOperator deprecates DummyOperator. | EmptyOperator deprecates DummyOperator. | ||
=Example= | |||
<syntaxhighlight lang='py'> | |||
</syntaxhighlight> |
Revision as of 01:27, 18 July 2022
External
Internal
Overview
EmptyOperator deprecates DummyOperator.