https://prefect.io logo
c

Constantino Schillebeeckx

06/27/2022, 6:01 PM
is there a way to set KV store values in the config or with environment variables so that the KV doesn't need to be called? in other words, how can we do fully local execution if the KV store must call the cloud?
k

Kevin Kho

06/27/2022, 7:05 PM
This there is no way I think because the code under the hood is an API call. The KV store is not tied to the config.
c

Constantino Schillebeeckx

06/27/2022, 7:06 PM
thanks for confirming
3 Views