This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a520845c183a5091fd6750e5e26521c4e18981ba
Author: eladkal <45845474+elad...@users.noreply.github.com>
AuthorDate: Fri Feb 11 10:17:18 2022 +0200

    update tutorial_etl_dag notes (#21503)
    
    * update tutorial_etl_dag notes
    
    (cherry picked from commit a42607a4b75586a396d6a56145ed048d127dd344)
---
 airflow/example_dags/tutorial_etl_dag.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/airflow/example_dags/tutorial_etl_dag.py 
b/airflow/example_dags/tutorial_etl_dag.py
index 8dd0ea4..dd18449 100644
--- a/airflow/example_dags/tutorial_etl_dag.py
+++ b/airflow/example_dags/tutorial_etl_dag.py
@@ -19,9 +19,7 @@
 
 """
 ### ETL DAG Tutorial Documentation
-This ETL DAG is compatible with Airflow 1.10.x (specifically tested with 
1.10.12) and is referenced
-as part of the documentation that goes along with the Airflow Functional DAG 
tutorial located
-[here](https://airflow.apache.org/tutorial_decorated_flows.html)
+This ETL DAG is demonstrating an Extract -> Transform -> Load pipeline
 """
 # [START tutorial]
 # [START import_module]

Reply via email to