[ 
https://issues.apache.org/jira/browse/BEAM-10859?focusedWorklogId=480204&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-480204
 ]

ASF GitHub Bot logged work on BEAM-10859:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Sep/20 15:10
            Start Date: 08/Sep/20 15:10
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] commented on pull request #12781:
URL: https://github.com/apache/beam/pull/12781#issuecomment-688943383


   # [Codecov](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=h1) Report
   > Merging 
[#12781](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/beam/commit/ba89e76f5daecd496cafb2861dac5ef69480a973?el=desc)
 will **decrease** coverage by `0.00%`.
   > The diff coverage is `0.00%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/beam/pull/12781/graphs/tree.svg?width=650&height=150&src=pr&token=qcbbAh8Fj1)](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master   #12781      +/-   ##
   ==========================================
   - Coverage   40.26%   40.26%   -0.01%     
   ==========================================
     Files         455      455              
     Lines       53780    53833      +53     
   ==========================================
   + Hits        21655    21674      +19     
   - Misses      32125    32159      +34     
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=tree) | Coverage 
Δ | |
   |---|---|---|
   | 
[sdks/python/apache\_beam/io/gcp/bigquery.py](https://codecov.io/gh/apache/beam/pull/12781/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vZ2NwL2JpZ3F1ZXJ5LnB5)
 | `26.56% <0.00%> (-0.21%)` | :arrow_down: |
   | 
[sdks/python/apache\_beam/io/gcp/bigquery\_tools.py](https://codecov.io/gh/apache/beam/pull/12781/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vZ2NwL2JpZ3F1ZXJ5X3Rvb2xzLnB5)
 | `28.48% <0.00%> (-0.28%)` | :arrow_down: |
   | 
[...s/python/apache\_beam/testing/synthetic\_pipeline.py](https://codecov.io/gh/apache/beam/pull/12781/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vdGVzdGluZy9zeW50aGV0aWNfcGlwZWxpbmUucHk=)
 | `23.45% <0.00%> (+2.52%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=footer). Last 
update 
[ba89e76...25de580](https://codecov.io/gh/apache/beam/pull/12781?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
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: 480204)
    Time Spent: 20m  (was: 10m)

> BigQuerySource: Allow configuration of temporary dataset project
> ----------------------------------------------------------------
>
>                 Key: BEAM-10859
>                 URL: https://issues.apache.org/jira/browse/BEAM-10859
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-py-gcp
>            Reporter: Frank Zhao
>            Priority: P3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> There are some uses cases that require temporary datasets created when using 
> beam.io.BigQuerySource to be in a different GCP project (e.g service account 
> permissions, billing).
> We could make the project where temporary datasets configurable, so that the 
> temp dataset is created in a user specified project. Example:
> {code:java}
> pipeline = p | "Read from BQ source" >> beam.io.Read(beam.io.BigQuerySource(
>     query=q,
>     use_standard_sql=True,
>     project='dataflow-project',
>     temp_dataset_project='bigquery-project'))
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to