[
https://issues.apache.org/jira/browse/BEAM-11408?focusedWorklogId=581318&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-581318
]
ASF GitHub Bot logged work on BEAM-11408:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Apr/21 20:09
Start Date: 12/Apr/21 20:09
Worklog Time Spent: 10m
Work Description: pabloem commented on a change in pull request #14499:
URL: https://github.com/apache/beam/pull/14499#discussion_r611920845
##########
File path: sdks/python/apache_beam/io/gcp/bigquery_tools.py
##########
@@ -69,6 +71,11 @@
except ImportError:
pass
+try:
Review comment:
that makes sense - you can add `# pylint: disable=ungrouped-imports,
wrong-import-order, wrong-import-position` before the block to get pylint to
pass.
--
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: 581318)
Time Spent: 19.5h (was: 19h 20m)
> GCP BigQuery sink (streaming inserts) uses runner determined sharding
> ---------------------------------------------------------------------
>
> Key: BEAM-11408
> URL: https://issues.apache.org/jira/browse/BEAM-11408
> Project: Beam
> Issue Type: Improvement
> Components: io-java-gcp
> Reporter: Siyuan Chen
> Assignee: Siyuan Chen
> Priority: P1
> Fix For: 2.28.0
>
> Time Spent: 19.5h
> Remaining Estimate: 0h
>
> Integrate BigQuery sink with shardable `GroupIntoBatches` (BEAM-10475) to
> allow runner determined dynamic sharding.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)