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
Marwan Sarieddine
10/18/2020, 6:55 PM
@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
Bruce Haggerty
10/18/2020, 8:45 PM
Amazing! Thank you, that fixed it! Very much appreciate the help!!
🚀 1
m
Marwan Sarieddine
10/19/2020, 12:03 AM
Nice - Glad to be of help !
z
Zanie
10/19/2020, 5:16 PM
@josh is there a better way to enforce this and provide clearer error messages?