https://prefect.io logo
c

Cody Webb

08/31/2023, 6:58 PM
hi everyone, okay so i had a flow that kick starts a deployment that takes a dict and 2 strings as parameters(worked perfectly fine), i decided to try to turn the main flow into its own deployment, and it seems to be going well up until it passes the dict(which is a pydantic basemodel object turned dict) and strings into the second deployment via the run_deployment function and now i get an error: TypeError: Dict key must be str