https://prefect.io logo
a

Alix Cook

09/23/2022, 8:13 PM
did something change recently re: updating DateTime block types? I'm now seeing a bunch of 403 errors with the message:
Copy code
Response: {'detail': 'protected block types cannot be updated.'}
when I try to update them like so:
Copy code
block = DateTime(name=storage_key, value=pendulum.now())
            await block.save(storage_key, overwrite=True)
2
c

Christopher Boyd

09/23/2022, 8:20 PM
HI Alix - we are currently actively investigating and working to remediate
3 Views