I am doing this
python prefect_pipeline.py (this creates a flow and registers() and runs() it.
when I do this , i only see that the prefect task is only registered in the prefect UI but actually not running in the agent but just in my local machine from where I invoke the python prefect_pipeline.py code..
✅ 1
b
Bruno Murino
08/25/2021, 8:57 AM
Did you specify the agent when building the flow? Did you deploy the agent and the flow with the same labels? (not required for local agent)
s
st dabu
08/25/2021, 8:58 AM
"Did you specify the agent when building the flow?"
I didnt do this..
in the same script? You just need register and then Prefect Cloud will take care of triggering the flow runs based on the specified schedule or if you hit “Quick Run” on the Flow. These will then triggers Flow runs that can be picked up by agents.
s
st dabu
08/25/2021, 3:29 PM
Yeah, now in script , i just do flow.register and later
i do
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.