Sébastien Arnaud
05/13/2021, 3:40 AMclient
object from Prefect's DaskExecutor? I need to be able to upload a python egg to the Dask cluster before starting executing Tasks (which I would achieve usually with client.upload_file)
Thank you in advance!Kevin Kho
Kevin Kho
Sébastien Arnaud
05/13/2021, 3:50 AMKevin Kho
Sébastien Arnaud
05/14/2021, 4:14 AMSébastien Arnaud
05/20/2021, 12:51 AMSébastien Arnaud
05/20/2021, 12:57 AMKevin Kho
Sébastien Arnaud
05/20/2021, 3:01 AMSébastien Arnaud
05/20/2021, 3:02 AMKevin Kho
Sébastien Arnaud
05/20/2021, 1:59 PMdef plugin_handler(f, old_state, new_state):
if new_state.is_running(): # flow run about to begin
# get dask client, register plugin if it doesn't exist
Kevin Kho
Sébastien Arnaud
05/20/2021, 4:23 PM