Any idea what could be causing a flow to fail with...
# prefect-server
b
Any idea what could be causing a flow to fail with the error "Parameter object has no attribute 'task_run_name'" when using Docker storage? The docker image build was fine and passed its health checks, and the flow runs fine when using local storage (and local agent) instead. Note this happens only if I use a custom Dockerfile.
m
@Bruce Haggerty We had encountered this once when the local prefect version we used to register the flow didn’t match the prefect version of our execution environment
upvote 1
b
Amazing! Thank you, that fixed it! Very much appreciate the help!!
🚀 1
m
Nice - Glad to be of help !
z
@josh is there a better way to enforce this and provide clearer error messages?