https://prefect.io logo
t

Tony Yun

02/08/2022, 9:51 PM
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

Kevin Kho

02/08/2022, 9:52 PM
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

Tony Yun

02/08/2022, 9:54 PM
Actually I'm trying to register a flow with a context provided.. so that is impossible then?
k

Kevin Kho

02/08/2022, 9:54 PM
That is impossible.
t

Tony Yun

02/09/2022, 3:28 PM
Got it. thanks for confirming!
4 Views