[
https://issues.apache.org/jira/browse/BEAM-7062?focusedWorklogId=227892&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-227892
]
ASF GitHub Bot logged work on BEAM-7062:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Apr/19 19:00
Start Date: 15/Apr/19 19:00
Worklog Time Spent: 10m
Work Description: tvalentyn commented on pull request #8284: [BEAM-7062]
Fix pydoc for @retry.with_exponential_backoff
URL: https://github.com/apache/beam/pull/8284#discussion_r275491935
##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -409,7 +409,9 @@ def get_table(self, project_id, dataset_id, table_id):
Args:
client: bigquery.BigqueryV2 instance
- project_id, dataset_id, table_id: table lookup parameters
+ project_id: table lookup parameter
Review comment:
I prefer to include types, as in: `project_id: str, GCP project ID`. But
perhaps it's obvious it's a string...
----------------------------------------------------------------
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: 227892)
Time Spent: 40m (was: 0.5h)
> pydoc broken for @retry annotations
> -----------------------------------
>
> Key: BEAM-7062
> URL: https://issues.apache.org/jira/browse/BEAM-7062
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core, website
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Example: gcsio.GCSIO.delete() -
> https://beam.apache.org/releases/pydoc/2.11.0/apache_beam.io.gcp.gcsio.html#apache_beam.io.gcp.gcsio.GcsIO.delete
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)