Hi, when creating a deployment in Prefect v2 in Python code using parameters, I cannot seem to get t...
d
Hi, when creating a deployment in Prefect v2 in Python code using parameters, I cannot seem to get these to register correctly when using a pydantic model as the argument to the flow. Does anyone know of any workaround? If I use normal flow keyword arguments then the deployment registers the parameters correctly.
k
Hey Dan, can you post an example of the code you're trying to get work?