You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/16 04:38:44 UTC

[GitHub] [airflow] vikramkoka commented on a change in pull request #12376: Use new syntax for xcom pull in example dags

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:
users@infra.apache.org