Nikita Demir
01/27/2024, 2:21 AMValueError Path /Users/ndemir/.prefect/storage/14e82144d46844828ffe4cb2a7ce27cf does not exist
if the result_storage
is set to GCS? Because it sure is happening to me occasionally, and is super frustrating because there doesn't seem to be any rhyme or reason for it. Most of the time it properly checks gcs, and maybe like 10% of the time it throws the above errorNikita Demir
01/27/2024, 2:28 AMresult_storage
? Because it seems to be happening from ui quick runs every single timeNikita Demir
01/27/2024, 2:33 AMresult_storage=GCS.load(
and the scheduled runs don't have issuesNikita Demir
01/27/2024, 2:35 AMNate
01/27/2024, 7:51 PMNate
01/27/2024, 7:52 PMNate
01/27/2024, 7:58 PMPREFECT_DEFAULT_RESULT_STORAGE_BLOCK=gcs/my-block
so that you can set it as an env var appropriately for dev / prod environments