You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Heejong Lee (Jira)" <ji...@apache.org> on 2022/05/16 23:58:00 UTC

[jira] [Created] (BEAM-14478) Fix 'RuntimeValueProvider' object has no attribute 'projectId' error in _CustomBigQuerySource.split

Heejong Lee created BEAM-14478:
----------------------------------

             Summary: Fix 'RuntimeValueProvider' object has no attribute 'projectId' error in _CustomBigQuerySource.split
                 Key: BEAM-14478
                 URL: https://issues.apache.org/jira/browse/BEAM-14478
             Project: Beam
          Issue Type: Bug
          Components: io-py-gcp
            Reporter: Heejong Lee
            Assignee: Heejong Lee


Fix 'RuntimeValueProvider' object has no attribute 'projectId' error in _CustomBigQuerySource.split


{noformat}
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'
{noformat}




--
This message was sent by Atlassian Jira
(v8.20.7#820007)