Question regarding a deployment's default parameters. If I run a deployment with
run_deployment
, are only the parameters I submit overridden, or are all parameters overridden and any not explicitly passed fall back on the flow function's defaults?
✅ 1
n
Nate
10/03/2023, 6:11 PM
hi @Dominic Tarro - it should be the same as calling a python function in the sense that you'll need to pass any args that dont have defaults, and any that you do pass will be used instead of the defaults
👍 1
d
Dominic Tarro
10/03/2023, 6:20 PM
Okay, for clarity since I didn't phrase my question well and so I don't start a fire.
If my defaults on the deployment are {"a": 1, "b": 2}
and I pass {"a": 2}, the args passed to the flow run are {"a": 2, "b": 2}?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.