-
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
google_data_loss_prevention_job_trigger -> big_query_options is missing rows_limit for sampling #12938
Comments
It's missing here, I can see: terraform-provider-google/google/resource_data_loss_prevention_job_trigger.go Lines 196 to 230 in bdd7769
|
This is not a bug. The field has not been implemented. Changing label to |
There is an open PR to add these GoogleCloudPlatform/magic-modules#6749 |
That’s fantastic — thank you @Wallace99. I’ll add myself as a watcher and close this issue once it’s merged. Happy to assist where needed. |
Fixed in this PR: #12980 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
1.3.4
Affected Resource(s)
Terraform Configuration Files
Debug Output
An argument named "rows_limit" is not expected here.
Expected Behavior
It should have rows_limit and other sampling values as per documentation: https://cloud.google.com/dlp/docs/reference/rest/v2/InspectJobConfig#bigqueryoptions
Actual Behavior
It is missing sampling methods
Steps to Reproduce
terraform apply
References
The text was updated successfully, but these errors were encountered: