[
https://issues.apache.org/jira/browse/BEAM-14478?focusedWorklogId=771082&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-771082
]
ASF GitHub Bot logged work on BEAM-14478:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/May/22 00:25
Start Date: 17/May/22 00:25
Worklog Time Spent: 10m
Work Description: codecov[bot] commented on PR #17688:
URL: https://github.com/apache/beam/pull/17688#issuecomment-1128268459
#
[Codecov](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> Merging
[#17688](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(e028a73) into
[master](https://codecov.io/gh/apache/beam/commit/2d577539f19f08d04e1084d331bde0899d3fac8d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(2d57753) will **not change** coverage.
> The diff coverage is `0.00%`.
```diff
@@ Coverage Diff @@
## master #17688 +/- ##
=======================================
Coverage 73.98% 73.98%
=======================================
Files 695 695
Lines 91774 91774
=======================================
Hits 67898 67898
Misses 22627 22627
Partials 1249 1249
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
| Coverage Δ | |
|---|---|---|
|
[sdks/python/apache\_beam/io/gcp/bigquery.py](https://codecov.io/gh/apache/beam/pull/17688/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vaW8vZ2NwL2JpZ3F1ZXJ5LnB5)
| `65.10% <0.00%> (ø)` | |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Last update
[2d57753...e028a73](https://codecov.io/gh/apache/beam/pull/17688?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Read the [comment
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Issue Time Tracking
-------------------
Worklog Id: (was: 771082)
Time Spent: 0.5h (was: 20m)
> 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
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)