Is there a way to ssh to another server and run BashOperator using Airbnb Airflow? I am trying to run the hive sql command with Airflow, but I need to SSH into another box to start the hive shell. My tasks should look like this:
- SSH for server1
- launch hive shell
- run the hive command
Thanks!
CMPE source share