Describe-asset-bundle-import-job errors with datasource

I’m getting this error when I check the status of my import job, how should I fix it?


In the import message, I’m passing in the credentials for the datasource successfully. I also checked the status of the datasource using another CLI command, and am seeing the same status for the datasource (UPDATE FAILED).
image

Do you have access to cloudformation and does it give you more information?

1 Like

I do, but this isn’t in there. This is a quicksight datasource, not a cloudformation stack.

Running describe-data-source, it shows this, but I’m not sure how to fix it. On the start-asset-bundle-import-job, I have the --cli-read-timeout set to 15000, so it shouldn’t be timing out there.

This usually happen when your database configurations are incorrect.

Could you login in UI with the account and same region you try to import, and try to create a data source in UI with same configuration?

If creating in data source works, you need to call delete-data-source api to delete the data source first, then call import api again.

1 Like

@zzhengyi So create the datasource, if it works, delete the one I just created, then run import again?