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/10/22 16:42:51 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #13167: [BEAM-11101] Fix BigQuery snippets

lukecwik commented on a change in pull request #13167:
URL: https://github.com/apache/beam/pull/13167#discussion_r510307621



##########
File path: sdks/python/apache_beam/examples/snippets/snippets.py
##########
@@ -1199,7 +1200,7 @@ def table_fn(element, fictional_characters):
   # [END model_bigqueryio_write_dynamic_destinations]
 
   # [START model_bigqueryio_time_partitioning]
-  quotes | beam.io.WriteToBigQuery(
+  quotes | 'WriteWithTimePartitioning' >>  beam.io.WriteToBigQuery(

Review comment:
       ```suggestion
     quotes | 'WriteWithTimePartitioning' >> beam.io.WriteToBigQuery(
   ```




----------------------------------------------------------------
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