Quicksight does not import resources
See original GitHub issueHey Ian,
First,
Thanks so much for this tool, it has been a critical piece in my daily work life.
Second,
I ran into a (likely pebkac) error trying to import Quicksight resources.
- I’ve scanned the account in former2 and got blank results
- I deleted every resource and started quick sight fresh
- Create an analysis through the console
- Then manually called the api’s listed in quicksight.js and got some results. (https://github.com/iann0036/former2/blob/master/js/services/quicksight.js)
aws quicksight list-analyses --aws-account-id <nice nice nice>
{
"Status": 200,
"AnalysisSummaryList": [
{
"Arn": "arn:aws:quicksight:us-east-1:<nice nice nice>:analysis/1b62fe02-2243-41f4-b1f1-d558ff3f5f41",
"AnalysisId": "1b62fe02-2243-41f4-b1f1-d558ff3f5f41",
"Name": "web-and-social-analytics.csv analysis",
"Status": "CREATION_SUCCESSFUL",
"CreatedTime": "2021-02-24T00:01:55.676000-05:00",
"LastUpdatedTime": "2021-02-24T00:02:27.078000-05:00"
},
],
"RequestId": "6ad08a2a-d9b3-4019-8d35-dca1a712ae03"
}
- published the analysis to make sure I wasn’t missing anything
- re-scanned the account.
- no luck
Let me know what information you need from me. Also, feel free to refer me to any debugging pointers and I’ll gladly clone the project and look deeper into the issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Error codes during data import - Amazon QuickSight
For imports and data refresh jobs that fail, QuickSight provides an error code indicating what caused the failure. The following list of errors...
Read more >Cannot import awscc_quicksight_data_set · Issue #688 - GitHub
I tried increasing log level, but there is nothing more being printed in the output (GetResource fails with the error message below).
Read more >How can update a resource made outside of terraform via ...
Knowing its ARN, I want to attach policies to the role via terraform. How can I achieve this? In other words, how can...
Read more >aws_quicksight_data_source | Resources | hashicorp/aws
A QuickSight data source can be imported using the AWS account ID, and data source ID name separated by a slash ( /...
Read more >AWS Quicksight - Data Source Limit - Tutorialspoint
Query result imported into SPICE should not exceed 25 GB. You can deselect some of the columns while importing the data into SPICE....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks so much Ian!
Here’s all of the API calls that get denied with a read-only role