[
https://issues.apache.org/jira/browse/BEAM-7362?focusedWorklogId=250667&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-250667
]
ASF GitHub Bot logged work on BEAM-7362:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/19 01:35
Start Date: 30/May/19 01:35
Worklog Time Spent: 10m
Work Description: tvalentyn commented on pull request #8626: [BEAM-7362]
BigQuery IO write performance test
URL: https://github.com/apache/beam/pull/8626#discussion_r288828634
##########
File path: sdks/python/scripts/generate_pydoc.sh
##########
@@ -58,6 +58,7 @@ excluded_patterns=(
# TODO(BEAM-4543): Remove datastore paths once they no longer exist.
apache_beam/io/gcp/datastore/v1/
apache_beam/io/gcp/datastore_write_it_*
+ apache_beam/io/gcp/bigquery_io_*
Review comment:
I didn't know we should exclude IT's here. Can we exclude a more generic
pattern, for example anything in `apache_beam/io/gcp/` containing `_it_` or
ending with `_test.py`?
A better solution may be to move all test-related code into `test/` folders.
This may need to be done as a broader cleanup is probably out of scope of this
change.
----------------------------------------------------------------
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: 250667)
Time Spent: 2h (was: 1h 50m)
> Add a performance test for BigQueryIO write
> -------------------------------------------
>
> Key: BEAM-7362
> URL: https://issues.apache.org/jira/browse/BEAM-7362
> Project: Beam
> Issue Type: Test
> Components: testing
> Reporter: Kamil Wasilewski
> Assignee: Kamil Wasilewski
> Priority: Major
> Time Spent: 2h
> Remaining Estimate: 0h
>
> There is already one test which covers BigQueryIO read in Python SDK, but
> there are no tests for BigQueryIO write.
> My plan is:
> 1) Use SyntheticSource to generate input data. Data size can be configure by
> command line arguments.
> 2) Write data to BQ dataset and measure throughput.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)