[ 
https://issues.apache.org/jira/browse/BEAM-8019?focusedWorklogId=389717&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-389717
 ]

ASF GitHub Bot logged work on BEAM-8019:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Feb/20 00:53
            Start Date: 20/Feb/20 00:53
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #10886: 
[BEAM-8019] Updates DataflowRunner to support multiple SDK environments.
URL: https://github.com/apache/beam/pull/10886#discussion_r381610512
 
 

 ##########
 File path: sdks/python/apache_beam/runners/dataflow/internal/apiclient.py
 ##########
 @@ -301,6 +351,22 @@ def __init__(self, packages, options, 
environment_version, pipeline_url):
           dataflow.Environment.SdkPipelineOptionsValue.AdditionalProperty(
               key='display_data', value=to_json_value(items)))
 
+  def _get_environments_from_tranforms(self):
+    if not self._proto_pipeline:
+      return []
+    environment_ids = []
+    for transform in self._proto_pipeline.components.transforms.values():
+      if transform.environment_id not in environment_ids:
+        environment_ids.append(transform.environment_id)
+    environments = []
+    for environment_id in environment_ids:
+      if not environment_id:
 
 Review comment:
   Done.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 389717)
    Time Spent: 4.5h  (was: 4h 20m)

> Support cross-language transforms for DataflowRunner
> ----------------------------------------------------
>
>                 Key: BEAM-8019
>                 URL: https://issues.apache.org/jira/browse/BEAM-8019
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Chamikara Madhusanka Jayalath
>            Priority: Major
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> This is to capture the Beam changes needed for this task.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to