Heya, I recently updated CQ and the GCP plugin and noticed the following error reoccurring in the logs:
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?