This message was deleted.
# ask-anything
s
This message was deleted.
e
I think it should work because we parse the “{{value}}” with ast.literal_eval which supports dictionaries. Can you try and let me know if it works?
b
it does work. I've been using it
e.g.,
models
would be a list of dicts:
Copy code
models:
    - p1: a
      p2: b
  
    - p1: c
      p2: d
this isn't ploomber-specific. Just google around for python and yaml config
meerkat 1
j
Thanks!
🙇 1
Is there a way of combining parameters though?
like with {**some_params, **additional_params} in Python?
e
Not currently. We have an open issue. We'll allow to define a function using Python and have the returned value as parameters.
j
cool, thanks
👍 1