Ryan Yuan created AIRFLOW-3896:
----------------------------------
Summary: Add running command logging back to SSHOperator
Key: AIRFLOW-3896
URL: https://issues.apache.org/jira/browse/AIRFLOW-3896
Project: Apache Airflow
Issue Type: Improvement
Reporter: Ryan Yuan
Assignee: Ryan Yuan
Until v1.8.2, the SSHExecuteOperator was able to log the running bash command.
https://github.com/apache/airflow/blob/1.8.2/airflow/contrib/operators/ssh_execute_operator.py#L131
But since v1.9.0, that logging code has been removed.
https://github.com/apache/airflow/blob/1.9.0/airflow/contrib/operators/ssh_operator.py
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)