liferoad commented on code in PR #28066:
URL: https://github.com/apache/beam/pull/28066#discussion_r1300187246


##########
sdks/python/apache_beam/runners/dataflow/dataflow_runner.py:
##########
@@ -648,7 +648,7 @@ def __init__(self, side_input):
 
 class DataflowPipelineResult(PipelineResult):
   """Represents the state of a pipeline run on the Dataflow service."""
-  def __init__(self, job, runner):
+  def __init__(self, job, options, runner):

Review Comment:
   We could update the docstrings to mention this is for internal use and no 
back-compatible guarantee.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to