vikramkoka commented on a change in pull request #12376:
URL: https://github.com/apache/airflow/pull/12376#discussion_r523895770
##########
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:
Yes, that is correct. This was intended to show the "classic 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]