Bastiaan Bakker created AIRFLOW-7057:
----------------------------------------
Summary: GkePodOperator.execute() does not return result of
KubernetesPoder
Key: AIRFLOW-7057
URL: https://issues.apache.org/jira/browse/AIRFLOW-7057
Project: Apache Airflow
Issue Type: Bug
Components: gcp
Affects Versions: 1.10.9
Reporter: Bastiaan Bakker
GKEPodOperator.execute() invokes
{{super(GKEPodOperator, self).execute(context)}}
see
https://github.com/apache/airflow/blob/655f0cd0e640830e12dc4bf94725b5704d31ec16/airflow/contrib/operators/gcp_container_operator.py#L281
this should be
{{return super(GKEPodOperator, self).execute(context)}}
for Xcom to work properly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)