You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/05 00:31:49 UTC

[GitHub] [beam] damccorm opened a new issue, #21617: Fix 'RuntimeValueProvider' object has no attribute 'projectId' error in _CustomBigQuerySource.split

damccorm opened a new issue, #21617:
URL: https://github.com/apache/beam/issues/21617

   Fix 'RuntimeValueProvider' object has no attribute 'projectId' error in _CustomBigQuerySource.split
   
   
   ```
   
   Error message from worker: Traceback (most recent call last): 
   File "/usr/local/lib/python3.7/site-packages/dataflow_worker/batchworker.py",
   line 644, 
   in do_work work_executor.execute() File "/usr/local/lib/python3.7/site-packages/dataflow_worker/executor.py",
   line 255, 
   in execute self._split_task) File "/usr/local/lib/python3.7/site-packages/dataflow_worker/executor.py",
   line 263, 
   in _perform_source_split_considering_api_limits desired_bundle_size) File "/usr/local/lib/python3.7/site-packages/dataflow_worker/executor.py",
   line 300, 
   in _perform_source_split for split in source.split(desired_bundle_size): File "/usr/local/lib/python3.7/site-packages/apache_beam/io/gcp/bigquery.py",
   line 813, 
   in split if not self.table_reference.projectId: AttributeError: 'RuntimeValueProvider' object
   has no attribute 'projectId'
   
   ```
   
   
   
   Imported from Jira [BEAM-14478](https://issues.apache.org/jira/browse/BEAM-14478). Original Jira may contain additional context.
   Reported by: heejong.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org