I'd suggest using something like Fabric <http://www.fabfile.org/> for this. This is is how I accomplish the same task.
On Wed, May 23, 2018 at 2:19 PM Frank Maritato <fmarit...@opentable.com> wrote: > Hi All, > > I need to be able to run backfill for my jobs against our production > airflow server. Is there a way to run > > airflow backfill job_name -s 2018-05-01 > > against a remote server? I didn’t see a -h option to specify a hostname. > > If not, is there a way through the ui to do this? I'd rather not have to > ssh into the production server to run these jobs. > > Thanks! > -- > Frank Maritato > > -- Kyle Hamlin