Tim Wisniewski
03/19/2023, 2:38 PMprefect
on it, copy my workflow repo onto it, prefect login
to prefect cloud, and then have systemd run prefect agent start
? Or do I need to add a 'process block'?redsquare
03/19/2023, 4:47 PMTim Wisniewski
03/19/2023, 4:48 PMprefect.exceptions.MissingResult
errors 😞redsquare
03/19/2023, 6:32 PMTim Wisniewski
03/19/2023, 6:41 PMThe result was not persisted and is no longer available.
redsquare
03/19/2023, 7:00 PMTim Wisniewski
03/19/2023, 7:01 PMredsquare
03/19/2023, 7:08 PMTim Wisniewski
03/19/2023, 7:14 PMredsquare
03/19/2023, 7:15 PMTim Wisniewski
03/19/2023, 7:16 PMstorage
section of the deployment.yaml file? Or in the python code, when I call the flow? (like this https://docs.prefect.io/concepts/results/?h=persistence#result-storage-location)redsquare
03/19/2023, 7:17 PMTim Wisniewski
03/19/2023, 7:22 PMThe result storage location can be configured with theMy take-away from that is that, if I don't specificly specify a result storage option, it will store results inoption. Theresult_storage
option defaults to a null value, which infers storage from the context. Generally, this means that tasks will use the result storage configured on the flow unless otherwise specified. If there is no context to load the storage from and results must be persisted, results will be stored in the path specified by theresult_storage
setting (defaults toPREFECT_LOCAL_STORAGE_PATH
).~/.prefect/storage
~/.prefect/storage
redsquare
03/19/2023, 7:24 PMTim Wisniewski
03/19/2023, 7:26 PMredsquare
03/19/2023, 7:27 PMTim Wisniewski
03/19/2023, 7:27 PMredsquare
03/19/2023, 7:27 PM