-
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
Remove dataprofileresult and dataqualityresult #8583
Remove dataprofileresult and dataqualityresult #8583
Conversation
Hello! I am a robot. It looks like you are a community contributor. @c2thorn, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Had an earlier discussion on this PR at #8578 |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 2 files changed, 1644 deletions(-)) |
Additional context for this change -- I originally filed a PR fixing that field, but later realized that the entire job-result field is not useful in the context of Terraform. This field stores the result of the latest Job that run under a given Datascan definition. It exists primarily for UX convenience, so that users executing a GET on the Datascan, can quickly look up the status of the most recent run. This is especially handy in our UI. The current broken import behavior is blocking a customer from adopting Datacan, since they have a workflow where they use Terraform import for some internal validation. Current error:
|
Tests analyticsTotal tests:
|
Hi @saurabh-net
|
Created a PR for deprecating these fields first here: #8593 |
0fc437a
into
GoogleCloudPlatform:FEATURE-BRANCH-major-release-5.0.0
Fix import issue for Datascan Dataprofile scans with existing jobs.
The TopN value message was incorrectly encoded as a map instead of as a array.
Removing the dataprofileresult and dataqualityresult message entirely, since it's irrelevant in the context of the Terraform lifecycle of a resource.
We'd like to keep the YAML spec as simple as possible.
Part of hashicorp/terraform-provider-google#15448
If this PR is for Terraform, I acknowledge that I have:
make test
andmake lint
in the generated providers to ensure it passes unit and linter tests.Release Note Template for Downstream PRs (will be copied)