Verun Rahimtoola
02/03/2021, 2:26 AMCloudTaskRunner
seems to use a LocalResult
to persist the results of every task... can someone point me to where this result object gets created?Chris White
Local
Storage which sets a LocalResult
if you didn’t set a result yourself. Relevant codepaths:
https://github.com/PrefectHQ/prefect/blob/master/src/prefect/core/flow.py#L1662-L1664
https://github.com/PrefectHQ/prefect/blob/master/src/prefect/storage/local.py#L69Verun Rahimtoola
02/03/2021, 2:33 AMChris White