Alexander Hirner
04/23/2020, 6:24 PMstore_safe_value
? At first sight, it seems to be redundant to `Result`'s formatted location.Laura Lorenz (she/her)
04/23/2020, 6:27 PMstore_safe_value
is going away from the pipeline code. You might be interested to see the current latest and greatest on that in this PR: https://github.com/PrefectHQ/prefect/pull/2391/files
From the cloud perspective, which is what store_safe_value
was all about, we serialize a `Result`s formatted filename direct off its attribute instead of through the SafeResult
interface, since it’s available there now.Alexander Hirner
04/23/2020, 6:32 PMAlexander Hirner
04/23/2020, 6:35 PMtarget: Result
or :Type[Result]
still be necessary for the desired caching behaviour?Laura Lorenz (she/her)
04/23/2020, 6:56 PMLaura Lorenz (she/her)
04/23/2020, 6:57 PMAlexander Hirner
04/23/2020, 7:05 PM