feat(resources): Add gcp_compute_osconfig_inventories table#13309
feat(resources): Add gcp_compute_osconfig_inventories table#13309kodiakhq[bot] merged 5 commits intomainfrom
gcp_compute_osconfig_inventories table#13309Conversation
This PR has the following changes to source plugin(s) tables:
|
erezrokah
left a comment
There was a problem hiding this comment.
Thanks for the PR @candiduslynx.
We usually don't discover a specific service locations during client initialization, since it doesn't allow users to filter those API calls. That is we will get the locations even if a user doesn't sync that table.
I would first try /locations/- or /locations/global to see if that works to return all instances, and if not, make instances a relation of locations, see example in https://github.com/cloudquery/cloudquery/blob/c51bd0bebb377329c99da7eb917c39f2ac49f294/plugins/source/gcp/resources/services/run/locations.go or https://github.com/cloudquery/cloudquery/blob/c51bd0bebb377329c99da7eb917c39f2ac49f294/plugins/source/gcp/resources/services/aiplatform/pipeline_locations.go
|
I think the only place we've used |
c4df514 to
21b3396
Compare
This reverts commit 21b3396.
gcp_osconfig_inventories tablegcp_compute_osconfig_inventories table
1122dfe to
679d40e
Compare
|
@erezrokah I've moved the resource to be a child table of |
679d40e to
5561619
Compare
5561619 to
9e56da6
Compare
🤖 I have created a release *beep* *boop* --- ## [9.5.0](plugins-source-gcp-v9.4.5...plugins-source-gcp-v9.5.0) (2023-08-24) ### This Release has the Following Changes to Tables - Table `gcp_compute_osconfig_inventories` was added ### Features * **resources:** Add `gcp_compute_osconfig_inventories` table ([#13309](#13309)) ([08ea377](08ea377)) ### Bug Fixes * **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 5b83d4f ([#13203](#13203)) ([b0a4b8c](b0a4b8c)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.1 ([#13195](#13195)) ([a184c37](a184c37)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.2 ([#13262](#13262)) ([5c55aa3](5c55aa3)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.5.5 ([#13285](#13285)) ([e076abd](e076abd)) * **resources:** Link to Go docs in `gcp_storage_buckets` ([#13160](#13160)) ([3d40f5b](3d40f5b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Fixes #13301
Multiplex changes were made as listing inventories requires location param