I keep getting a FileNotFoundError for the script ...
# pacc-may-31-2023
r
I keep getting a FileNotFoundError for the script with my flow in it. Any thoughts on cause?
m
This one works for me via cli, hope it helps
prefect deploy -n testdeployment -p deployment-agent-pool -q default ./lab105.py:main_flow_lab105
(same flow as in the deployment.yaml file we just looked at in the breakout session)
e
@Robert Bruno what does your
entrypoint
in
deployment.yaml
look like? It should looks something like
my_flow_file.py:my_flow