Is there an existing issue for this?
Current Behavior
The gcp_containeranalysis_occurrences table has the following columns:
_cq_id | uuid
-- | --
_cq_parent_id | uuid
project_id | utf8
name (PK) | utf8
resource | json
note_name | utf8
kind | utf8
remediation | utf8
create_time | timestamp[us, tz=UTC]
update_time | timestamp[us, tz=UTC]
Expected Behavior
According to the docs, fields such as vulnerability and discovered should also be returned from the API for this table. We'd like to be syncing these columns when syncing this table.
CloudQuery (redacted) config
N/A
Steps To Reproduce
No response
CloudQuery (redacted) logs
N/A
CloudQuery version
N/A
Additional Context
No response
Pull request (optional)