[
https://issues.apache.org/jira/browse/BEAM-11984?focusedWorklogId=700298&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-700298
]
ASF GitHub Bot logged work on BEAM-11984:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Dec/21 22:08
Start Date: 22/Dec/21 22:08
Worklog Time Spent: 10m
Work Description: helinwang commented on pull request #14770:
URL: https://github.com/apache/beam/pull/14770#issuecomment-999909683
Stack trace:
FileSystems.open(filename, mime_type='application/octet-stream'),\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/filesystems.py\", line
244, in open\n return filesystem.open(path, mime_type, compression_type)\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/gcsfilesystem.py\",
line 177, in open\n return self._path_open(path, 'rb', mime_type,
compression_type)\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/gcsfilesystem.py\",
line 138, in _path_open\n raw_file = gcsio.GcsIO().open(path, mode,
mime_type=mime_type)\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/gcsio.py\", line
227, in open\n get_project_number=self.get_project_number)\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/gcsio.py\", line
585, in _init_\n project_number = self._get_project_number(self._bucket)\n",
" File
\"/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/gcsio.py\", line
166, in get_project_number\n self.bucket_to_project_number[bucket] =
bucket_metadata.projectNumber\n",
"AttributeError: 'NoneType' object has no attribute
'projectNumber'\n"
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 700298)
Time Spent: 11h 10m (was: 11h)
> Python GCS - Implement IO Request Count metrics
> -----------------------------------------------
>
> Key: BEAM-11984
> URL: https://issues.apache.org/jira/browse/BEAM-11984
> Project: Beam
> Issue Type: Test
> Components: io-py-gcp
> Reporter: Alex Amato
> Assignee: Mike Hernandez
> Priority: P2
> Time Spent: 11h 10m
> Remaining Estimate: 0h
>
> Reference PRs (See BigQuery IO example) and detailed explanation of what's
> needed to instrument this IO with Request Count metrics is found in this
> handoff doc:
> [https://docs.google.com/document/d/1lrz2wE5Dl4zlUfPAenjXIQyleZvqevqoxhyE85aj4sc/edit'|https://docs.google.com/document/d/1lrz2wE5Dl4zlUfPAenjXIQyleZvqevqoxhyE85aj4sc/edit'?authuser=0]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)