Hi, are Prefect variables read-only? I don't see a...
# ask-community
c
Hi, are Prefect variables read-only? I don't see anything in the documentation regarding setting or updating variable values via python SDK https://docs.prefect.io/latest/guides/variables/#managing-variables
k
the prefect client can read and delete variables, but for updating, you'll need to use either the UI or API for now.
c
Ah, that's unfortunate. Guess I'll just keep using
prefect-kv
for now then until that becomes available. Thank you!