Skip to content

Conversation

@erezrokah
Copy link
Member

Summary

Fixes #7684

| ------------- | ------------- |
|_cq_source_name|String|
|_cq_sync_time|Timestamp|
|_cq_id (PK)|UUID|
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could not find a good PK to set here

@github-actions
Copy link

github-actions bot commented Feb 6, 2023

This PR has the following changes to source plugin(s) tables:

  • Table gcp_compute_router_nat_mapping_infos was added
  • Table gcp_compute_routers was added

}

if err != nil {
if strings.Contains(err.Error(), "No Nat mapping information is available in the given router.") {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we should report this or not. Seems like this error is expected when there are no mappings so not sure we should fail

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Feb 6, 2023
@kodiakhq kodiakhq bot merged commit 73c653e into cloudquery:main Feb 7, 2023
@erezrokah erezrokah deleted the feat/gcp_compute_routers branch February 7, 2023 08:55
kodiakhq bot pushed a commit that referenced this pull request Feb 7, 2023
🤖 I have created a release *beep* *boop*
---


## [7.5.0](plugins-source-gcp-v7.4.0...plugins-source-gcp-v7.5.0) (2023-02-07)


### Features

* **gcp-resources:** Add Compute Routers and NAT Mappings ([#7691](#7691)) ([73c653e](73c653e))


### Bug Fixes

* **deps:** Update github.com/cncf/udpa/go digest to c52dc94 ([#7526](#7526)) ([2c31906](2c31906))
* **deps:** Update github.com/cncf/xds/go digest to 46e39c7 ([#7527](#7527)) ([9e94369](9e94369))
* **deps:** Update golang.org/x/exp digest to f062dba ([#7531](#7531)) ([59d5575](59d5575))
* **deps:** Update google.golang.org/genproto digest to 1c01626 ([#7533](#7533)) ([c549c27](c549c27))
* **deps:** Update module cloud.google.com/go to v0.109.0 ([#7584](#7584)) ([f95de44](f95de44))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.0 ([#7595](#7595)) ([c5adc75](c5adc75))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.33.1 ([#7614](#7614)) ([2fe665c](2fe665c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.34.0 ([#7719](#7719)) ([6a33085](6a33085))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(GCP): Compute routers + mapping info

3 participants