Running a particular task on airflow master node

Viewed 1680

I have a dag with a list of tasks that are run using the celery executor on different worker nodes. However I would like to run one of the tasks on the master node. Is that possible?

1 Answers
Related