-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Quicksight: raise limit for maximum allowed visuals per sheet to 50 #32856
Quicksight: raise limit for maximum allowed visuals per sheet to 50 #32856
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Hey @denvazh 👋 Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current settings do not allow maintainers to make such edits. To help facilitate this, update your pull request to allow such edits as described in GitHub's Allowing changes to a pull request branch created from a fork documentation. (If you're using a fork owned by an organization, your organization may not allow you to change this setting. If that is the case, let us know.) |
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.
Welcome @denvazh 👋
It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.
Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.
Thanks again, and welcome to the community! 😃
Oops, I did create PR from organization fork and was not really aware of possible problems it could create. |
Hey @denvazh 👋 Thank you for taking the time to open this! Don't worry too much about the maintainer edit permissions issue. In that case, if anything needs to be changed afte review, someone on the team would likely just ask you to make any necessary changes rather than doing it themselves. |
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 🎉
$ make testacc PKG=quicksight TESTS=TestAccQuickSightAnalysis_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightAnalysis_' -timeout 180m
? github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema [no test files]
--- PASS: TestAccQuickSightAnalysis_disappears (49.11s)
--- PASS: TestAccQuickSightAnalysis_parametersConfig (52.64s)
--- PASS: TestAccQuickSightAnalysis_basic (53.86s)
--- PASS: TestAccQuickSightAnalysis_sourceEntity (57.49s)
--- PASS: TestAccQuickSightAnalysis_forceDelete (58.20s)
--- PASS: TestAccQuickSightAnalysis_update (95.66s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 98.713s
Thanks for your contribution, @denvazh! |
This functionality has been released in v5.13.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR corrects number of allowed visuals per sheet in Quicksight analysis and raises limit from 30 to 50.
Relations
Closes #32855
References
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_SheetDefinition.html#API_SheetDefinition_Contents
Limit was raised from 30 to 50: https://community.amazonquicksight.com/t/30-visual-limit/2869/16
Output from Acceptance Testing
Unfortunately, I'm not able to run the acceptance tests.