Kasia Kucharczyk created BEAM-6781:
--------------------------------------
Summary: Remove double run job
Key: BEAM-6781
URL: https://issues.apache.org/jira/browse/BEAM-6781
Project: Beam
Issue Type: Sub-task
Components: testing
Reporter: Kasia Kucharczyk
Assignee: Kasia Kucharczyk
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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)