[
https://issues.apache.org/jira/browse/BEAM-12913?focusedWorklogId=655106&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-655106
]
ASF GitHub Bot logged work on BEAM-12913:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Sep/21 21:52
Start Date: 24/Sep/21 21:52
Worklog Time Spent: 10m
Work Description: chunyang edited a comment on pull request #15584:
URL: https://github.com/apache/beam/pull/15584#issuecomment-926938497
Oh strange, do you know how I can reproduce locally? I am running the
following which passes:
```bash
pytest apache_beam/io/gcp/bigquery_read_it_test.py::ReadAllBQTests
'--test-pipeline-options=<options to enable running on my infra, including:
region, project, service_account_email, staging_location, temp_location,
subnetwork, sdk_location>'
```
I'm using the py38-cloud venv (`source
sdks/python/test-suites/tox/py38/build/srcs/sdks/python/target/.tox-py38-cloud/py38-cloud/bin/activate`)
inside the build container (`./start-build-env.sh`)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 655106)
Time Spent: 5h (was: 4h 50m)
> Enable configuring query priority in Python ReadFromBigQuery
> ------------------------------------------------------------
>
> Key: BEAM-12913
> URL: https://issues.apache.org/jira/browse/BEAM-12913
> Project: Beam
> Issue Type: Improvement
> Components: io-py-gcp
> Affects Versions: 2.32.0
> Reporter: Chun Yang
> Assignee: Chun Yang
> Priority: P3
> Time Spent: 5h
> Remaining Estimate: 0h
>
> Submitting BigQuery queries with BATCH priority allows queries to be started
> when idle resources are available and allows queries submitted from Beam to
> not count toward a project's concurrent rate limit.
> The Java BigQueryIO enables configuring the query priority. We should enable
> the same configuration in the Python ReadFromBigQuery.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)