Hello, I’m using `run_deployment` to call flows fr...
# ask-community
n
Hello, I’m using
run_deployment
to call flows from another flow and pass custom parameters. The doc says
Parameter overrides for this flow run. Merged with the deployment defaults
, but I can’t find in the Prefect code where this merge is computed since I have an error that I suspect is due to a missing merge with default parameters.
Or, more explicitly: when I have nested structures, the merge is deep, or it just merges the top level?
k
I think this is where it happens
n
Thanks! Really useful 🙇
Indeed, is not recursive, so it doesn’t work for nested structures