Description
Remove statement:
with self.pipeline as p:
from all jobs. It is already equivalent to `p.run().wait_until_finish()`. And we need `result = p.run()` to use it in metrics.
Attachments
Issue Links
- links to
Remove statement:
with self.pipeline as p:
from all jobs. It is already equivalent to `p.run().wait_until_finish()`. And we need `result = p.run()` to use it in metrics.