HI <@842787984902062080>, I did see and attempt to...
# beginners-need-help
b
HI @datajoely, I did see and attempt to implement that example, but am still stuck. I access
extra_params
by loading the context. I loaded it this way:
Copy code
with KedroSession.create("elevator-eventmasker") as session:
    context = session.load_context()
context.params
gives the variables in parameters.yml as expected. However
context._extra_params
just gives
None
rather than the CLI arguments.