jedcunningham commented on a change in pull request #21503: URL: https://github.com/apache/airflow/pull/21503#discussion_r804343873
########## File path: 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 Extract -> Transform -> Load pipeline Review comment: ```suggestion This ETL DAG is demonstrating an Extract -> Transform -> Load pipeline ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
