Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
#advanced-need-help
Title
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.
Post