[
https://issues.apache.org/jira/browse/BEAM-11101?focusedWorklogId=503803&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-503803
]
ASF GitHub Bot logged work on BEAM-11101:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Oct/20 16:42
Start Date: 22/Oct/20 16:42
Worklog Time Spent: 10m
Work Description: 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 503803)
Time Spent: 20m (was: 10m)
> apache_beam.examples.snippets.snippets_test.SnippetsTest.test_model_bigqueryio
> fails at HEAD
> --------------------------------------------------------------------------------------------
>
> Key: BEAM-11101
> URL: https://issues.apache.org/jira/browse/BEAM-11101
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Luke Cwik
> Assignee: Pablo Estrada
> Priority: P0
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Example failure:
> https://ci-beam.apache.org/job/beam_PreCommit_Python_Cron/3393/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)