Hi, i have flow containing spark which runs our da...
# prefect-community
a
Hi, i have flow containing spark which runs our data pipeline. Using docker storage for flow and server is deployed on gke. The thing is when i register the flow from my local system it also start executing the flow in local environment so is this normal behaviour? What if i dont want to run the flow while registering?
a
I found this discussion we had 2 months ago about the same topic https://prefect-community.slack.com/archives/CL09KU1K7/p1641650043152300 Not sure if I can add anything new to what we discussed so far but perhaps someone from the community can chime in here
a
This is not what i asked now i am just asking flow runs while registering and start executing the pipeline in local environment
a
oh sorry for that, must have misunderstood the question. Do you happen to have flow.run() in your script somewhere?
a
oh yes it is there!
a
that's probably the issue then 👍