You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/04 22:02:28 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #12099: Changed tutorial file to reflect name change to TaskFlow API

kaxil commented on a change in pull request #12099:
URL: https://github.com/apache/airflow/pull/12099#discussion_r517657116



##########
File path: airflow/example_dags/tutorial_taskflow_api_etl.py
##########
@@ -18,12 +18,12 @@
 
 # pylint: disable=missing-function-docstring
 """
-### Functional DAG Tutorial Documentation
+### TaskFlow API Tutorial Documentation
 
-This is a simple ETL data pipeline example which demonstrates the use of Functional DAGs
+This is a simple ETL 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 Functional DAG tutorial located
+Documentation that goes along with the Airflow TaskFlow API tutorial located
 [here](https://airflow.apache.org/tutorial_functional.html)

Review comment:
       ```suggestion
   [here](https://airflow.apache.org/docs/stable/tutorial_taskflow_api.html)
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org