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: [email protected]
