Fokko commented on issue #4905: [AIRFLOW-4072] enable GKEPodOperator xcom
URL: https://github.com/apache/airflow/pull/4905#issuecomment-475903420
 
 
   Yes, this looks good. One minor thing, we need to set the `extract_xcom` to 
True: 
https://github.com/apache/airflow/blob/cf934be127206d2d75dce49f1fb0b2c2ffcdcb63/airflow/contrib/kubernetes/pod_launcher.py#L43
   
   We should get rid of the above `extract_xcom` parameter, and always return 
the xcom. The BaseOperator will take care of xcom being enabled, or not: 
https://github.com/apache/airflow/blob/cf934be127206d2d75dce49f1fb0b2c2ffcdcb63/airflow/models/__init__.py#L1397

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


With regards,
Apache Git Services

Reply via email to