I wish to create multiple graph on a QuickSight dashboard using boto3.
I know that the way to go about creating a dashboard is -
- Create a dataset from data sources using boto3
- Create analysis manually using UI based on the dataset
- Create a Line chart from analysis.
I wanted to understand is there a way to automate the complete process via code. i.e., remove the manual step 2,3
Found similar question here. But as the answer is of 6 month ago, want to check if there has been an update post that.