-
Notifications
You must be signed in to change notification settings - Fork 544
feat(gcp-resources): Add Compute Routers and NAT Mappings #7691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| | ------------- | ------------- | | ||
| |_cq_source_name|String| | ||
| |_cq_sync_time|Timestamp| | ||
| |_cq_id (PK)|UUID| |
There was a problem hiding this comment.
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
This PR has the following changes to source plugin(s) tables:
|
| } | ||
|
|
||
| if err != nil { | ||
| if strings.Contains(err.Error(), "No Nat mapping information is available in the given router.") { |
There was a problem hiding this comment.
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
🤖 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).
Summary
Fixes #7684