Simon Rascovsky
04/18/2023, 1:46 AMvariables
functionality in Prefect 2.10.4, and I have a (stupid?) question…. How do you set them from inside a task of flow with Python? I can’t find any reference to setting variables, only retrieving them, and the only ways to set them seem to be through the UI or the REST API. Is this correct? Or am I missing something obvious?flapili
04/18/2023, 7:47 AMjustabill
varaibles.set()
method in the Prefect CLI. I'm curious, if we added it, what would you use it for?Simon Rascovsky
04/18/2023, 4:14 PMjustabill
Simon Rascovsky
04/18/2023, 7:28 PMscott
05/02/2023, 6:54 PMvariables
was the feature to replace string Blocks with, but since I can’t set a variable from within a task or flow, then I need to stick with string BlocksGene
07/10/2023, 4:15 PM