With Environments being deprecated, what is the su...
# prefect-community
a
With Environments being deprecated, what is the suggested replacement for something like DaskCloudProviderEnvironment?
j
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.