I was hoping that this suggestion to get tuples wo...
# questions
g
I was hoping that this suggestion to get tuples would work: https://stackoverflow.com/a/39553138/4348400 Unfortunately it did not. Is there a "kedronic" way to get tuples in the parameters.yml?
n
How did it fails?
On the other hand, if native YAML doesn’t have it, create a custom
tuple
resolver to convert it to a
tuple
this 1
Try to search custom resolver on docs.kedro.org
d
Yes - we made a call not to enable unsafe YAML, the right approach today is custom resolver
👍🏼 1
g
Thank you @Nok Lam Chan and @datajoely. I did not know about the custom resolver. I'll take a look at it.
🚀 2