-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Update bq connection types from v1 api #6025
Update bq connection types from v1 api #6025
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). For more information, open the CLA check for this pull request. |
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
Hello! I am a robot who works on Magic Modules PRs. I've detected that you're a community contributor. @ScottSuarez, a repository maintainer, has been assigned to assist you and help review your changes. ❓ First time contributing? Click here for more detailsYour assigned reviewer will help review your code by:
You can help make sure that review is quick by running local tests and ensuring they're passing in between each push you make to your PR's branch. Also, try to leave a comment with each push you make, as pushes generally don't generate emails. If your reviewer doesn't get back to you within a week after your most recent change, please feel free to leave a comment on the issue asking them to take a look! In the absence of a dedicated review dashboard most maintainers manage their pending reviews through email, and those will sometimes get lost in their inbox. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 7 files changed, 1770 insertions(+), 29 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudspannerExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAzureExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAwsExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample |
Tests failed during RECORDING mode: Please fix these to complete your PR |
hi @ScottSuarez @rileykarson , regarding those failing tests, should I add exceptions similar as https://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/tests/resource_bigquery_connection_test.go.erb? |
Given we're introducing a GA version here we can likely just remove the version tags (the The failure messages look like a difference in supported regions between beta/GA at first glance, which is concerning- that may block making this change since it would be breaking for existing users:
|
(you can ignore TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample, it's unrelated) |
The new tests seem to be failing as |
If you need help working with the codebase or understanding something feel free to ping me |
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 9 files changed, 1920 insertions(+), 32 deletions(-)) |
0cd9710
to
5fe9a5a
Compare
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 9 files changed, 1920 insertions(+), 32 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudspannerExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAzureExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAwsExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 818 insertions(+), 21 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAzureExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAwsExample |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 813 insertions(+), 17 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAzureExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
hi @ScottSuarez, the tests for cloudspanner, aws, azure are passing, but TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample is not passing, however it passes when I tested manually building the provider, And I noticed this change has already been merged to main branch from another PR, could we merge this pr now? |
Do you have a reference for this? Could you rebase this PR. |
|
…nto feat/bq-connection-ga
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 6 files changed, 821 insertions(+), 25 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccFirebaserulesRelease_BasicRelease|TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudResourceExample |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
…nto feat/bq-connection-ga
hi @ScottSuarez, found the issue, fixed the test for cloudResource, could you please review and let me know? |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 8 files changed, 821 insertions(+), 25 deletions(-)) |
Tests analyticsTotal tests: Action takenTriggering VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccCloudAssetFolderFeed_cloudAssetFolderFeedExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAwsExample|TestAccBigqueryConnectionConnection_bigqueryConnectionCloudspannerExample|TestAccBigqueryConnectionConnection_bigqueryConnectionAzureExample |
Tests passed during RECORDING mode: Tests failed during RECORDING mode: Please fix these to complete your PR |
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.
lgtm
Update connection types of google_bigquery_connection from v1 api. Fixes hashicorp/terraform-provider-google#11053 and hashicorp/terraform-provider-google#11459
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)