Adam Brusselback
05/05/2021, 8:43 PMKevin Kho
cloudpickle
to be mapped to Dask workers. I am not 100% sure but you might be able pass a Client
connection if you use a LocalExecutor
. If this is correct, have all of those database-related tasks be one Flow with a LocalExecutor that gets invoked by StartFlowRun
Adam Brusselback
05/05/2021, 8:49 PMLocalDaskExecutor
, that likely wouldn't work since that's a "threaded" execution environment? Also, sorry not sure what you mean by pass a Client
connection?Kevin Kho
Client
, I just use that term cuz a lot of libraries have some Client to connect to databases. (like boto3). I refer to whatever connection you have when I say thatKevin Kho
Adam Brusselback
05/05/2021, 8:52 PMAdam Brusselback
05/05/2021, 8:54 PMRobin
05/05/2021, 8:55 PMKevin Kho
Adam Brusselback
05/05/2021, 8:56 PMKevin Kho
Adam Brusselback
05/05/2021, 8:58 PMAdam Brusselback
05/05/2021, 8:59 PMKevin Kho
Kevin Kho
Adam Brusselback
05/05/2021, 9:00 PMAdam Brusselback
05/05/2021, 9:01 PMKevin Kho
Adam Brusselback
05/05/2021, 9:02 PMAdam Brusselback
05/05/2021, 9:02 PMZanie
Zanie
Adam Brusselback
05/05/2021, 10:16 PM