Hi Jagdish, You can do this in two ways:
- Using the SSHHook, you can ssh to another machine, and execute shell scripts there. - This requires installing Airflow-scheduler on the other machines. But you can install the Celery executor to scale out Airflow: https://airflow.incubator.apache.org/configuration.html#scaling-out-with-celery If there are any further questions, please let me know. Cheers, Fokko 2017-09-25 22:25 GMT+02:00 Jagdish Rout <[email protected]>: > Hi , > I am new to Airflow and wanted to know if it can run scripts in different > machines. I want to install Airflow in one machine or server and its DAGs > should be able to run scripts/processes in different server (which does not > have Airflow installed). > > -- > *Thanks & Regards,* > *Jagdish Rout* >
