Asset bundle import - not displayed in quicksight console

i export my analysis from a source account and then import to my target account.
JobStatus was “SUCCESSFUL”. but any assets were not displayed in a quicksight console.

[cloudshell-user@ip-10-4-22-99 ~]$ aws quicksight describe-asset-bundle-import-job --aws-account-id <account id>  --asset-bundle-import-job-id orange 
{
    "Status": 200,
    "JobStatus": "SUCCESSFUL",
    "Arn": "arn:aws:quicksight:ap-northeast-2:<account id>:asset-bundle-import-job/orange",
    "CreatedTime": "2023-07-21T07:17:33+00:00",
    "AssetBundleImportJobId": "orange",
    "AwsAccountId": "xxxxxxxx",
    "AssetBundleImportSource": {
        "S3Uri": "s3://<s3 bucket>/assetbundle-orange.qs"
    },
    "FailureAction": "ROLLBACK",
    "RequestId": "ce9c49b4-daa9-4efe-9f3b-9f12e3f4f625"
}

so i thought that import job was failed.

but exported assets( analysis, dataset, data source ) can be confirm as quicksight list-* command.

{
            "Arn": "arn:aws:quicksight:ap-northeast-2:<account id>:analysis/csm_co_analysis",
            "AnalysisId": "csm_co_analysis",
            "Name": "csm_co_analysis",
            "Status": "UPDATE_SUCCESSFUL",
            "CreatedTime": "2023-07-21T04:31:13.349000+00:00",
            "LastUpdatedTime": "2023-07-21T07:17:53.014000+00:00"
},

how could i solve this issue??

i tested using an aws root account and there is one quicksight user( admin role )

Check the permissions for the admin which you logged in with. For example DescribeDataSetPermissions - Amazon QuickSight

If there are no permissions, then UpdateDataSetPermissions - Amazon QuickSight for that user.

For analysis :

1 Like

thanks !! i solved it.
i update permissions ( data-sources, data-sets, analysises )

1 Like

Can multiple Analysis Id be provided in a single call to update-analysis-permissions?

update-analysis-permissions only allows one analysis at a time.