https://kedro.org/ logo
n

noklam

04/14/2022, 3:09 PM
If you are just trying to run a pipeline. The default way for 0.18.x is just create a session and do
session.run()
, you don't need to access context to execute a pipeline. In fact
context.run
has been removed.