You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/10/02 01:12:00 UTC

[jira] [Work logged] (BEAM-10859) BigQuerySource: Allow configuration of temporary dataset project

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

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

                Author: ASF GitHub Bot
            Created on: 02/Oct/20 01:11
            Start Date: 02/Oct/20 01:11
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on pull request #12781:
URL: https://github.com/apache/beam/pull/12781#issuecomment-702475288


   Is this still a work in progress?


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 493760)
    Time Spent: 50m  (was: 40m)

> 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: 50m
>  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)