Hi, do you may know how to add Context from the UI...
# prefect-community
t
Hi, do you may know how to add Context from the UI? I have variable defined in
[context]
local
/.prefect/config.yaml
but when released to Cloud, it says the CONTEXT not exists. But I don’t find where can create that on UI.
k
You can click the
Run
button on the Flow and supply a context to it. But you can’t register with a pre-defined context.
If you need to change something regularly, it’s better off as a Parameter
t
Actually I'm trying to register a flow with a context provided.. so that is impossible then?
k
That is impossible.
t
Got it. thanks for confirming!