-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Updated catalog and schema reference for quicksight data set #30704
Updated catalog and schema reference for quicksight data set #30704
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccQuickSightDataSet_
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/quicksight/... -v -count 1 -parallel 20 -run='TestAccQuickSightDataSet_' -timeout 180m
--- PASS: TestAccQuickSightDataSet_disappears (30.51s)
--- PASS: TestAccQuickSightDataSet_columnGroups (35.54s)
--- PASS: TestAccQuickSightDataSet_dataSetUsageConfiguration (35.55s)
--- PASS: TestAccQuickSightDataSet_basic (35.69s)
--- PASS: TestAccQuickSightDataSet_rowLevelPermissionTagConfiguration (35.73s)
--- PASS: TestAccQuickSightDataSet_fieldFolders (35.76s)
--- PASS: TestAccQuickSightDataSet_columnLevelPermissionRules (35.78s)
--- PASS: TestAccQuickSightDataSet_logicalTableMap (35.84s)
--- PASS: TestAccQuickSightDataSet_tags (68.48s)
--- PASS: TestAccQuickSightDataSet_permissions (74.20s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 77.336s
Thanks for the bug report and fix, @morganchorlton3! 👏 |
This functionality has been released in v4.63.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! |
…rp#30704) * updated catalog and schema reference for quicksight data set * chore: changelog --------- Co-authored-by: Jared Baker <jared.baker@hashicorp.com>
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. |
Added a fix for create data set
Reference to catalog and schema were incorrect
Closes #30702
References
Output from Acceptance Testing