blob: bc22f9d02ea7cf4d2dbe4f1666779116b21afc41 [file] [log] [blame]
:mod:`airflow.executors.dask_executor`
======================================
.. py:module:: airflow.executors.dask_executor
.. autoapi-nested-parse::
DaskExecutor
.. seealso::
For more information on how the DaskExecutor works, take a look at the guide:
:ref:`executor:DaskExecutor`
Module Contents
---------------
.. py:class:: DaskExecutor(cluster_address=None)
Bases: :class:`airflow.executors.base_executor.BaseExecutor`
DaskExecutor submits tasks to a Dask Distributed cluster.
.. method:: start(self)
.. method:: execute_async(self, key, command, queue=None, executor_config=None)
.. method:: _process_future(self, future)
.. method:: sync(self)
.. method:: end(self)
.. method:: terminate(self)