QuickSight has an annoyance that it always requires the `--aws-account-id` parameter. ```sh qs = !f() { AWS_ACCOUNT_ID=$(sts get-caller-identity --query="Account" --output=text) aws quicksight --aws-account-id="$AWS_ACCOUNT_ID" $* }; f ```
QuickSight has an annoyance that it always requires the
--aws-account-idparameter.