ajamato commented on a change in pull request #14770:
URL: https://github.com/apache/beam/pull/14770#discussion_r645122381
##########
File path: sdks/python/apache_beam/io/gcp/resource_identifiers.py
##########
@@ -33,3 +33,7 @@
def BigQueryTable(project_id, dataset_id, table_id):
return '//bigquery.googleapis.com/projects/%s/datasets/%s/tables/%s' % (
project_id, dataset_id, table_id)
+
+
+def GoogleCloudStorage(bucket_id):
Review comment:
Please rename this to GoogleCloudStorageBucket
--
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]