ashb commented on a change in pull request #12376:
URL: https://github.com/apache/airflow/pull/12376#discussion_r523821001
##########
File path: airflow/example_dags/tutorial_etl_dag.py
##########
@@ -108,6 +110,7 @@ def load(**kwargs):
transform_task = PythonOperator(
task_id='transform',
python_callable=transform,
+ op_args=[extract_task.output['order_data']],
Review comment:
Correct. This is dag is to show the classic way, and
tutorial_taskflow_api_etl.py is the companion showing the new way.
----------------------------------------------------------------
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]