Auto Draw Line Chart

I wish to create multiple graph on a QuickSight dashboard using boto3.
I know that the way to go about creating a dashboard is -

  1. Create a dataset from data sources using boto3
  2. Create analysis manually using UI based on the dataset
  3. 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.

Yes you can with these new apis.

1 Like