Good morning folks! I had posted an inquiry on <#C...
# ask-community
j
Good morning folks! I had posted an inquiry on #C048ZHT5U3U with no response, hence thinking that may not have been the proper place for it.. I'm moving the question here, in hopes someone is able to shed some light on it 🤷 --- Heya! I've got a flow that needs some troubleshooting / testing. How would I go about running a flow without it registering a run with prefect cloud? I could of course create a new profile or run the flow in a docker container with no
cloud login
done before, but that will prevent me from retrieving blocks i.e. secrets from the cloud workspace I don't want that flow to get registered on 😞
Copy code
python flows/flow.py
In other words, the
@flow
decorated function make use of blocks available on a specific cloud workspace, but I want the flow run not appear on said workspace. I do not want anything sent back to cloud (for various reasons)