If you are just trying to run a pipeline. The defa...
# advanced-need-help
n
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.