https://prefect.io logo
a

Andrew Hannigan

12/04/2020, 1:44 AM
With Environments being deprecated, what is the suggested replacement for something like DaskCloudProviderEnvironment?
j

Jim Crist-Harif

12/04/2020, 9:07 PM
Set a
DaskExecutor
on the flow, configured to use dask-cloudprovider. You might also use a
ECSRun
run-config to make the flow-run job run on ECS as well.
3 Views