Join Slack
Powered by
Hi, are Prefect variables read-only? I don't see a...
# ask-community
c
Carlos Cueto
03/12/2024, 7:17 PM
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
Kevin Grismore
03/12/2024, 7:22 PM
the
prefect client can read and delete variables
, but for updating, you'll need to use either the UI or API for now.
c
Carlos Cueto
03/12/2024, 7:23 PM
Ah, that's unfortunate. Guess I'll just keep using
prefect-kv
for now then until that becomes available. Thank you!
Open in Slack
Previous
Next