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

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

                Author: ASF GitHub Bot
            Created on: 13/Mar/20 09:43
            Start Date: 13/Mar/20 09:43
    Worklog Time Spent: 10m 
      Work Description: EDjur commented on pull request #11040: [BEAM-9305] 
Allow value provider query strings in _CustomBigQuerySource
URL: https://github.com/apache/beam/pull/11040#discussion_r392122769
 
 

 ##########
 File path: sdks/python/apache_beam/io/gcp/bigquery.py
 ##########
 @@ -694,14 +699,16 @@ def read(self, range_tracker):
     raise NotImplementedError('BigQuery source must be split before being 
read')
 
   def _setup_temporary_dataset(self, bq):
+    query = self.evaluate_query_valueprovider()
 
 Review comment:
   Thanks for the tip re: `check_accessible`, I didn't know about that. I've 
updated the PR based on these suggestions.
 
----------------------------------------------------------------
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: 402759)
    Time Spent: 3.5h  (was: 3h 20m)

> Support ValueProvider for BigQuerySource query string
> -----------------------------------------------------
>
>                 Key: BEAM-9305
>                 URL: https://issues.apache.org/jira/browse/BEAM-9305
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-py-gcp
>            Reporter: Elias Djurfeldt
>            Assignee: Elias Djurfeldt
>            Priority: Minor
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Users should be able to use ValueProviders for the query string in 
> BigQuerySource.
> Ref: 
> [https://stackoverflow.com/questions/60146887/expected-eta-to-avail-pipeline-i-o-and-runtime-parameters-in-apache-beam-gcp-dat/60170614?noredirect=1#comment106464448_60170614]



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

Reply via email to