Created
April 15, 2019 19:03
-
-
Save cicdw/756ba1b446162aaaf478f646891cbae2 to your computer and use it in GitHub Desktop.
Necessary environment variables for running Prefect on Dask
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PREFECT__ENGINE__EXECUTOR__DEFAULT_CLASS="prefect.engine.executors.DaskExecutor" | |
export PREFECT__ENGINE__EXECUTOR__DASK__ADDRESS="tcp://10.0.0.41:8786" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment