Open ori-scala opened 1 month ago
hi @ori-scala - thanks for the issue!
I cannot reproduce just using that snippet, I think the error likely corresponds to something else going on elsewhere in your code. Are you using the UnpersistedResult
class anywhere directly?
I don't think this is related to the root of the problem, but we also appear to be misusing the ValidationError
here, which is why we get TypeError: No constructor defined
- PR incoming for that
@zzstoatzz I'm not using UnpersistedResult
anywhere in our code base... It does feel a bit inconsistent so I'd be happy to try again after you release a fix for the other issue.
Also, i can send the json response that fails to translate into the list[FlowRun] object
Bug summary
We're in the midst of upgrading our code to Prefect v3.0.4 The following code snippet
It works well on Prefect v2.20.4, now crushes and spits out the following error:
When running the following, it works perfectly:
Please advise
Version info (
prefect version
output)Additional context
No response