Skip to content

enhancement(quicksight): add label block to scatter_plot_categorically_aggregated_field_wells#46893

Open
kittu2611 wants to merge 2 commits intohashicorp:mainfrom
kittu2611:fix/quicksight-label-scatterplot-46529
Open

enhancement(quicksight): add label block to scatter_plot_categorically_aggregated_field_wells#46893
kittu2611 wants to merge 2 commits intohashicorp:mainfrom
kittu2611:fix/quicksight-label-scatterplot-46529

Conversation

@kittu2611
Copy link

Description

Adds support for the label block inside scatter_plot_categorically_aggregated_field_wells
for the aws_quicksight_dashboard and aws_quicksight_analysis resources.

The QuickSight API supports the Label field for
ScatterPlotCategoricallyAggregatedFieldWells, but the Terraform provider
schema currently does not expose it. This results in the error:

Blocks of type "label" are not expected here.

Changes

  • Add label schema block using dimensionFieldSchema
  • Implement expand logic in expandScatterPlotCategoricallyAggregatedFieldWells
  • Implement flatten logic in flattenScatterPlotCategoricallyAggregatedFieldWells

References

AWS API:
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ScatterPlotCategoricallyAggregatedFieldWells.html

Fixes #46529

@kittu2611 kittu2611 requested a review from a team as a code owner March 12, 2026 12:49
@github-actions
Copy link
Contributor

Community Guidelines

This comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀

Voting for Prioritization

  • Please vote on this Pull Request by adding a 👍 reaction to the original post to help the community and maintainers prioritize it.
  • Please see our prioritization guide for additional information on how the maintainers handle prioritization.
  • Please do not leave +1 or other comments that do not add relevant new information or questions; they generate extra noise for others following the Pull Request and do not help prioritize the request.

Pull Request Authors

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 12, 2026

✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible.

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. service/quicksight Issues and PRs that pertain to the quicksight service. size/XS Managed by automation to categorize the size of a PR. labels Mar 12, 2026
@dosubot dosubot bot added the enhancement Requests to existing resources that expand the functionality or scope. label Mar 12, 2026
@justinretzolk justinretzolk removed the needs-triage Waiting for first response or review from a maintainer. label Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Requests to existing resources that expand the functionality or scope. service/quicksight Issues and PRs that pertain to the quicksight service. size/XS Managed by automation to categorize the size of a PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws_quicksight_dashboard / aws_quicksight_analysis: scatter_plot_categorically_aggregated_field_wells missing label block

4 participants