You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/10 09:27:55 UTC

[GitHub] [airflow] dstandish commented on issue #7008: [AIRFLOW-6402] fix ssh_operator default value

dstandish commented on issue #7008: [AIRFLOW-6402] fix ssh_operator default value
URL: https://github.com/apache/airflow/pull/7008#issuecomment-572948026
 
 
   this operator raises exception if no command is provided:
   https://github.com/apache/airflow/blob/49845787feda26681456a56bf3fa11d3a1cb5cdf/airflow/contrib/operators/ssh_operator.py#L108
   
   does it make sense to just pass empty string `super().__init__(command='')` when subclassing?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services