dstandish edited a comment 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-L109 does it make sense to just pass empty string `super().__init__(command='')` when subclassing? seems like it would make sense to make `command` not optional i.e. remove the default value of `None`
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
