-
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
New data source aws_quicksight_analysis #31737
Conversation
Community NoteVoting for Prioritization
For Submitters
|
7e9ca12
to
fa0feba
Compare
fa0feba
to
235f84a
Compare
Is this still on track to be merged? |
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
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 TESTARGS='-run=TestAccQuickSightAnalysis_' PKG=quicksight ACCTEST_PARALLELISM=2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.0 test ./internal/service/quicksight/... -v -count 1 -parallel 2 -run=TestAccQuickSightAnalysis_ -timeout 360m
=== RUN TestAccQuickSightAnalysis_basic
=== PAUSE TestAccQuickSightAnalysis_basic
=== RUN TestAccQuickSightAnalysis_disappears
=== PAUSE TestAccQuickSightAnalysis_disappears
=== RUN TestAccQuickSightAnalysis_sourceEntity
=== PAUSE TestAccQuickSightAnalysis_sourceEntity
=== RUN TestAccQuickSightAnalysis_update
=== PAUSE TestAccQuickSightAnalysis_update
=== RUN TestAccQuickSightAnalysis_parametersConfig
=== PAUSE TestAccQuickSightAnalysis_parametersConfig
=== RUN TestAccQuickSightAnalysis_forceDelete
=== PAUSE TestAccQuickSightAnalysis_forceDelete
=== RUN TestAccQuickSightAnalysis_Definition_calculatedFields
=== PAUSE TestAccQuickSightAnalysis_Definition_calculatedFields
=== RUN TestAccQuickSightAnalysis_theme
=== PAUSE TestAccQuickSightAnalysis_theme
=== CONT TestAccQuickSightAnalysis_basic
=== CONT TestAccQuickSightAnalysis_parametersConfig
--- PASS: TestAccQuickSightAnalysis_parametersConfig (42.10s)
=== CONT TestAccQuickSightAnalysis_Definition_calculatedFields
--- PASS: TestAccQuickSightAnalysis_basic (42.12s)
=== CONT TestAccQuickSightAnalysis_theme
--- PASS: TestAccQuickSightAnalysis_theme (41.14s)
=== CONT TestAccQuickSightAnalysis_sourceEntity
--- PASS: TestAccQuickSightAnalysis_Definition_calculatedFields (41.17s)
=== CONT TestAccQuickSightAnalysis_update
--- PASS: TestAccQuickSightAnalysis_sourceEntity (40.83s)
=== CONT TestAccQuickSightAnalysis_disappears
--- PASS: TestAccQuickSightAnalysis_disappears (35.56s)
=== CONT TestAccQuickSightAnalysis_forceDelete
--- PASS: TestAccQuickSightAnalysis_update (76.51s)
--- PASS: TestAccQuickSightAnalysis_forceDelete (35.42s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 200.114s
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema 0.672s [no tests to run]
% make testacc TESTARGS='-run=TestAccQuickSightDataSource_' PKG=quicksight ACCTEST_PARALLELISM=2
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.0 test ./internal/service/quicksight/... -v -count 1 -parallel 2 -run=TestAccQuickSightDataSource_ -timeout 360m
=== RUN TestAccQuickSightDataSource_basic
=== PAUSE TestAccQuickSightDataSource_basic
=== RUN TestAccQuickSightDataSource_disappears
=== PAUSE TestAccQuickSightDataSource_disappears
=== RUN TestAccQuickSightDataSource_tags
=== PAUSE TestAccQuickSightDataSource_tags
=== RUN TestAccQuickSightDataSource_permissions
=== PAUSE TestAccQuickSightDataSource_permissions
=== RUN TestAccQuickSightDataSource_name
=== PAUSE TestAccQuickSightDataSource_name
=== CONT TestAccQuickSightDataSource_basic
=== CONT TestAccQuickSightDataSource_permissions
--- PASS: TestAccQuickSightDataSource_basic (26.91s)
=== CONT TestAccQuickSightDataSource_name
--- PASS: TestAccQuickSightDataSource_permissions (63.74s)
=== CONT TestAccQuickSightDataSource_tags
--- PASS: TestAccQuickSightDataSource_name (42.31s)
=== CONT TestAccQuickSightDataSource_disappears
--- PASS: TestAccQuickSightDataSource_disappears (21.73s)
--- PASS: TestAccQuickSightDataSource_tags (56.33s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 125.286s
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema 0.665s [no tests to run]
This functionality has been released in v5.66.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
Relations
Closes #31736.
Closes #33524.
Closes #33616.
Closes #33617.
References
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAnalysis.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAnalysisDefinition.html
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAnalysisPermissions.html
Output from Acceptance Testing