# CloudQuery GCP plugin error after recent update needing clarification on filing issue

**URL:** https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508
**Category:** CloudQuery Plugins
**Created:** [December 13, 2023, 4:04pm UTC](https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508 "2023-12-13T16:04:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![modern-burro](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@modern-burro](https://community.cloudquery.io/u/modern-burro)
#### Post date: [December 13, 2023, 4:04pm UTC](https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508/1 "2023-12-13T16:04:38Z")

</div>

Heya, I recently updated CQ and the GCP plugin and noticed the following error reoccurring in the logs:

```auto
2023-12-13T12:21:55Z ERR column resolver finished with panic error={} client=project:{PROJECT} column=metadata duration=0.634828 module=gcp-src stack="failed to set column metadata: json: error calling MarshalJSON for type googleapi.RawMessage: unexpected end of JSON input\ngoroutine 35492005 (...)

```

Looking at the changelog, this seems related to the change `googleapi.RawMessage` column type from binary to JSON (#15410). Should I file a GH issue for this, or is this a known issue?

---

<div class="post-metadata">

### Author: ![marcel](https://sea1.discourse-cdn.com/flex001/user_avatar/community.cloudquery.io/marcel/32/48_2.png) [@marcel](https://community.cloudquery.io/u/marcel)
#### Post date: [December 13, 2023, 5:23pm UTC](https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508/2 "2023-12-13T17:23:38Z")

</div>

Can you post the rest of the error logs? Did you notice any data is missing?

---

<div class="post-metadata">

### Author: ![kemal](https://sea1.discourse-cdn.com/flex001/user_avatar/community.cloudquery.io/kemal/32/42_2.png) [@kemal](https://community.cloudquery.io/u/kemal)
#### Post date: [December 13, 2023, 7:47pm UTC](https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508/3 "2023-12-13T19:47:47Z")

</div>

Also, which table did this happen on? The [PR](https://github.com/cloudquery/cloudquery/pull/15410) affects 4 different tables.

---

<div class="post-metadata">

### Author: ![modern-burro](https://avatars.discourse-cdn.com/v4/letter/m/b5e925/32.png) [@modern-burro](https://community.cloudquery.io/u/modern-burro)
#### Post date: [December 18, 2023, 12:27pm UTC](https://community.cloudquery.io/t/cloudquery-gcp-plugin-error-after-recent-update-needing-clarification-on-filing-issue/508/4 "2023-12-18T12:27:25Z")

</div>

Attached is a full example error. I can see that it affects the following tables:

```auto
table=gcp_artifactregistry_locations
table=gcp_cloudscheduler_locations
table=gcp_run_locations

```
