https://prefect.io logo
d

David Beck

10/19/2022, 8:13 PM
Hi again, I had a quick question regarding saving blocks with
is_anonymous
set to
True
. Is it important to also set the flag for
overwrite=True
if the anonymous is one that is saved numerous times ala a CI/CD process?
Specifically this is regarding a storage block for Github. I don't see us needing to save the block in the UI, so I'm trying out this pattern.
j

Jeff Hale

10/20/2022, 12:11 PM
Does it work okay if you don’t set that flag?