https://www.orchest.io/ logo
r

Rick Lamers

12/11/2020, 5:45 PM
We just pushed an exciting new release: 0.3.9! What does it bring? • Passing data between pipeline steps now supports named data passing
Heads up: this requires updating your old code. In short: 
orchest.output(data)
 becomes 
orchest.output(data, name)
.
• File viewer now contains a refresh button (see your Notebook fill up as it runs on the scheduler) • File viewer now allows you to easily navigate to the parent and child pipeline steps • Log output / build output to Xterm cleaned up to support loading style line rollback (\r) (edited screenhots)