Binky
08/04/2022, 7:54 AMextra_params by loading the context. I loaded it this way:
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.