Manuel Mourato
05/07/2020, 9:50 PMLaura Lorenz (she/her)
05/07/2020, 10:05 PMManuel Mourato
05/07/2020, 10:07 PM<http://localhost:8080/flow/3001cb90-f171-486c-afdf-82dba902a0ca>
Laura Lorenz (she/her)
05/07/2020, 10:09 PMManuel Mourato
05/07/2020, 10:15 PM[2020-05-07 22:13:36,619] ERROR - agent | Error while deploying flow: FileNotFoundError(2, 'No such file or directory')
Is there a way to see more logs than this one? It doesnt really tell me much...Laura Lorenz (she/her)
05/07/2020, 10:36 PMexport PREFECT__CLOUD__AGENT__LEVEL='DEBUG'
~/.prefect/flows
?Manuel Mourato
05/08/2020, 2:36 PM.prefect/flows
. However, when I save a flow I am free to pick the directory in which I save. Is there anyway to tell the agent to read from a specific directory? via cmd?Laura Lorenz (she/her)
05/08/2020, 3:03 PMStorage
object that knows where you saved your flows (by default it looks in ~/.prefect/flows
is why I asked about that location; see https://docs.prefect.io/orchestration/execution/storage_options.html#local).
That being said, when you register your flow it will be saved automatically with whatever storage you configure, so you don’t need to save as a separate step!
The following tutorial is actually about docker storage but I think it shows the recommended workflow well: https://docs.prefect.io/orchestration/tutorial/docker.html#persisting-your-flow-with-docker-storage