[
https://issues.apache.org/jira/browse/BEAM-4374?focusedWorklogId=415029&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-415029
]
ASF GitHub Bot logged work on BEAM-4374:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Apr/20 21:04
Start Date: 02/Apr/20 21:04
Worklog Time Spent: 10m
Work Description: lukecwik commented on issue #11286: [BEAM-4374] Short
IDs for the Python SDK
URL: https://github.com/apache/beam/pull/11286#issuecomment-608082411
Linter complains:
```
10:03:16 ************* Module
apache_beam.runners.portability.fn_api_runner.worker_handlers
10:03:16
apache_beam/runners/portability/fn_api_runner/worker_handlers.py:62:0: E0001:
Cannot import 'apache_beam.runners.worker.sdk_worker' due to syntax error
'misplaced type annotation (<unknown>, line 95)' (syntax-error)
10:03:16 ************* Module apache_beam.runners.worker.sdk_worker
10:03:16 apache_beam/runners/worker/sdk_worker.py:95:47: E0001: misplaced
type annotation (<unknown>, line 95) (syntax-error)
10:03:16 ************* Module apache_beam.runners.worker.sdk_worker_main
10:03:16 apache_beam/runners/worker/sdk_worker_main.py:43:0: E0001: Cannot
import 'apache_beam.runners.worker.sdk_worker' due to syntax error 'misplaced
type annotation (<unknown>, line 95)' (syntax-error)
```
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 415029)
Time Spent: 37h 50m (was: 37h 40m)
> Update existing metrics in the FN API to use new Metric Schema
> --------------------------------------------------------------
>
> Key: BEAM-4374
> URL: https://issues.apache.org/jira/browse/BEAM-4374
> Project: Beam
> Issue Type: New Feature
> Components: beam-model
> Reporter: Alex Amato
> Priority: Major
> Time Spent: 37h 50m
> Remaining Estimate: 0h
>
> Update existing metrics to use the new proto and cataloging schema defined in:
> [_https://s.apache.org/beam-fn-api-metrics_]
> * Check in new protos
> * Define catalog file for metrics
> * Port existing metrics to use this new format, based on catalog
> names+metadata
--
This message was sent by Atlassian Jira
(v8.3.4#803005)