https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
b

Binky

08/04/2022, 7:54 AM
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.