Hi, I was wondering if it is possible to use custo...
# questions
l
Hi, I was wondering if it is possible to use custom YAML tags in Kedro
parameters.yml
. Here’s an example of what I’m trying to achieve:
that being said I’d be careful about doing what amounts to a raw eval It’s better to do something like a
Copy code
"${multiply: x,y}" #I think this would work
"${power_divide_2: x}"
l
Thanks a lot!