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

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

                Author: ASF GitHub Bot
            Created on: 20/Feb/20 19:29
            Start Date: 20/Feb/20 19:29
    Worklog Time Spent: 10m 
      Work Description: robertwb commented on pull request #10908: [BEAM-9339] 
Declare capabilities for Python SDK.
URL: https://github.com/apache/beam/pull/10908#discussion_r382210720
 
 

 ##########
 File path: model/pipeline/src/main/proto/beam_runner_api.proto
 ##########
 @@ -1209,6 +1209,30 @@ message ExternalPayload {
   map<string, string> params = 2;  // Arbitrary extra parameters to pass
 }
 
+// These URNs are used to indicate capabilities of environments that cannot
+// simply be expressed as a component (such as a Coder or PTransform) that this
+// environment understands.
+message StandardProtocols {
+  enum Enum {
+    // Indicates suport for progress reporting via the legacy metric APIs.
+    LEGACY_PROGRESS_REPORTING = 0 [(beam_urn) = 
"beam:protocol:progress_reporting:v0"];
+
+    // Indicates suport for progress reporting via the new metric APIs.
 
 Review comment:
   Good point. 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: 390191)
    Time Spent: 1h 40m  (was: 1.5h)

> Declare capabilities in SDK environments
> ----------------------------------------
>
>                 Key: BEAM-9339
>                 URL: https://issues.apache.org/jira/browse/BEAM-9339
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-go, sdk-java-harness, sdk-py-harness
>            Reporter: Robert Bradshaw
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




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

Reply via email to