In Airflows main window, click at the DAG and you see the graph view. Clicking on one of the tasks should open a window with the possibility to “Run” that task. When you use the first task, then the whole DAG will be executed (given no errors occur).
I hope that’s what you’re looking for 😊 Cheers, --alex -- B: mapredit.blogspot.com From: twinkle sachdeva Sent: Friday, October 21, 2016 12:09 PM To: [email protected] Cc: [email protected] Subject: Re: Regarding force running the whole graph from UI Hi Alex, We are using Celery Executor. I am not able to identify how can i do it from UI. Is it possible? Command line is awesome. Regards, Twinkle On Fri, Oct 21, 2016 at 3:36 PM, <[email protected]> wrote: 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
