Hello all! qq - in my yaml file I am using operati...
# questions
m
Hello all! qq - in my yaml file I am using operation like: {% for namespace in ["A", "B"] %} When I do kedro run, it gives me error
yaml.parser.ParserError: Invalid YAML or JSON file
at the % operator line. Is there something I need to do to make kedro able to read jinja template? Thank you!
👍🏼 1
d
which verison of Kedro are you using? we have removed jinja in recent versions in favour of dataset factories https://docs.kedro.org/en/stable/data/kedro_dataset_factories.html
m
0.19.6
d
yeah jinja isn’t there any more, factories are your friend!
much less brittle
we have an example in that doc page on how to do it for namespaces
m
amazing I will document myself about factories
💪 1
thank you
d
my pleasure
m
OMG dataset factories is way BETTER ! I love technology 🤣
❤️ 2
Thank you for this discovery
n
@Marwa Mahfoud I'd recommend checking out the new feature in 0.19! There are many new features, especially around configuration!
👍 1
🥳 2
m
Will do then !! Thanks Nok !