Thank you so much for the reply. One traceback that I am facing could potentially be because of a missing storage or an infrastructure block. When you say:
"Storage blocks attached to a deployment are used for flow code storage. The agent retrieves the flow code from whichever remote/local storage is configured in the deployment’s storage block."
1. if I don't specify storage block in my deployment configuration in python, where will the storage happen? Is there a default directory created by Prefect in the current working directory in which prefect will store its files?
2. Same question as above for the infrastructure block. Also, I could not really figure out what you said about infrastructure block. Maybe an example would help.
3. When launching 'prefect agent start', I presume that the agent would look for the storage and infrastructure blocks at a default location if not specified. Any behavior of prefect agent that I should take care of specifically?
Thanks much!