Configuration#

Setting the Runner#

Control the execution backend that Daft will run on by calling these functions once at the start of your application.

daft.context.set_runner_py

Set the runner for executing Daft dataframes to your local Python interpreter - this is the default behavior.

daft.context.set_runner_ray

Set the runner for executing Daft dataframes to a Ray cluster