In an op’s run config I can either pass in a confi...
# ask-community
m
In an op’s run config I can either pass in a config or an input. That determines whether I access the value in the op via a function argument or via
context.op_config["some_key"]
Is there a preferred method between the two?
m
That answers my wonderings. Thanks!
🎉 1