turbaszek commented on a change in pull request #12376:
URL: https://github.com/apache/airflow/pull/12376#discussion_r523820831



##########
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:
       If I'm not mistaken we would like to keep the old way in this example 
because we use it to compare the old vs. new approach. CC @vikramkoka ?




----------------------------------------------------------------
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]


Reply via email to