[
https://issues.apache.org/jira/browse/AIRFLOW-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Minh Quan TRAN updated AIRFLOW-3133:
------------------------------------
Description:
disable `return True` for SSHOperator since there is already a flag to push to
XCOM the stdout, pushing True to XCOM automatically might be too noisy for XCOM
database.
There are other operators that do this as well, and it doesn't provide any
value - it just creates an entry in the XCom table that is redundant - we
already know that the task succeeded.
PR: https://github.com/apache/incubator-airflow/pull/3981
was:
disable `return True` for SSHOperator since there is already a flag to push to
XCOM the stdout, pushing True to XCOM automatically might be too noisy for XCOM
database.
There are other operators that do this as well, and it doesn't provide any
value - it just creates an entry in the XCom table that is redundant - we
already know that the task succeeded.
> Implement xcom_push flag for contrib's operators
> -------------------------------------------------
>
> Key: AIRFLOW-3133
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3133
> Project: Apache Airflow
> Issue Type: Improvement
> Components: contrib
> Affects Versions: 1.10.0
> Reporter: Minh Quan TRAN
> Priority: Minor
>
> disable `return True` for SSHOperator since there is already a flag to push
> to XCOM the stdout, pushing True to XCOM automatically might be too noisy for
> XCOM database.
> There are other operators that do this as well, and it doesn't provide any
> value - it just creates an entry in the XCom table that is redundant - we
> already know that the task succeeded.
>
> PR: https://github.com/apache/incubator-airflow/pull/3981
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)