[
https://issues.apache.org/jira/browse/AIRFLOW-7057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bastiaan Bakker updated AIRFLOW-7057:
-------------------------------------
Summary: GkePodOperator.execute() does not return result of
KubernetesPodOperator (was: GkePodOperator.execute() does not return result of
KubernetesPoder)
> GkePodOperator.execute() does not return result of KubernetesPodOperator
> ------------------------------------------------------------------------
>
> 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
> Priority: Minor
>
> 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)