Hey Twinkle, Triggering DAG’s per UI works only by using the CeleryExecutor in airflow.cfg, probably with the mesos one, too. Both are execute tasks remotely.
P.S: Personally I favorite LocalExecutor and trigger DAG’s per CLI. Cheers, --alex -- B: mapredit.blogspot.com From: twinkle sachdeva Sent: Friday, October 21, 2016 11:58 AM To: [email protected] Cc: [email protected] Subject: Re: Regarding force running the whole graph from UI Hi Alex, I mean the complete DAG. In technical terms, being able to run 'trigger_dag' command from the UI. Regards, Twinkle On Fri, Oct 21, 2016 at 2:47 PM, <[email protected]> wrote: Hey, Something like this: https://pythonhosted.org/airflow/cli.html ? What do you mean with the whole graph? The complete DAG, or a task from a specific DAG? --alex -- B: https://mapredit.blogspot.com From: twinkle sachdeva Sent: Friday, October 21, 2016 8:30 AM To: [email protected] Subject: Regarding force running the whole graph from UI Hi, Is there a way by which we can force run the whole graph from Airflow UI? Also, is there any documentation available regarding all the options which are there in the pop-up dialog for running the graph? Thanks & Regards, Twinkle
