You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/23 20:04:46 UTC

[GitHub] [beam] pabloem commented on a change in pull request #11509: [BEAM-9812] Fixing bug causing pipelines requiring temp tables to not work

pabloem commented on a change in pull request #11509:
URL: https://github.com/apache/beam/pull/11509#discussion_r414087468



##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -182,7 +182,10 @@ def parse_table_reference(table, dataset=None, project=None):
   """
 
   if isinstance(table, bigquery.TableReference):
-    return table
+    return bigquery.TableReference(

Review comment:
       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:
users@infra.apache.org