blob: d4136b7dc1edfbaedaf12c49c8654ea95ea425b3 [file] [log] [blame]
:py:mod:`airflow.example_dags.tutorial_taskflow_api`
====================================================
.. py:module:: airflow.example_dags.tutorial_taskflow_api
Module Contents
---------------
Functions
~~~~~~~~~
.. autoapisummary::
airflow.example_dags.tutorial_taskflow_api.tutorial_taskflow_api
.. py:function:: tutorial_taskflow_api()
### TaskFlow API Tutorial Documentation
This is a simple data pipeline example which demonstrates the use of
the TaskFlow API using three simple tasks for Extract, Transform, and Load.
Documentation that goes along with the Airflow TaskFlow API tutorial is
located
[here](https://airflow.apache.org/docs/apache-airflow/stable/tutorial_taskflow_api.html)