Max Lei
02/23/2022, 8:55 PMprefecthq/prefect
and pip install my source code in the image be enough?Kevin Kho
02/23/2022, 9:07 PMMax Lei
02/23/2022, 9:15 PMprefecthq/prefect
image, it contains the logic to spin up a dask cluster to be connected?Kevin Kho
02/23/2022, 9:17 PMflow.executor = DaskExecutor(...)
and then you can pass the FargateCluster
into there and it’s created on the flyMax Lei
02/23/2022, 9:23 PM