Skip to main content
Community Hub

Preflight checks for Amazon QuickSight

TL;DR

The [ListAnalyses](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ListAnalyses.html) REST API is used to fetch the actual list of analyses for which the user has view permission.

Your AI can read this via Docs MCPcurl -fsSL "https://docs.atlan.com/install-docs-mcp" | bashConnect

Before running the Amazon QuickSight crawler, you can run preflight checks to perform the necessary technical validations. The following preflight checks are performed:

Analysis view permission​

The ListAnalyses REST API is used to fetch the actual list of analyses for which the user has view permission.

✅ Check successful. Analysis API is accessible.

❌ Check failed for listed analyses

Folder view permission​

The ListFolders REST API is used to fetch the actual list of folders for which the user has view permission.

✅ Check successful. Folder API is accessible.

❌ Check failed for listed folders

Dashboard view permission​

The ListDashboards REST API is used to fetch the actual list of dashboards for which the user has view permission.

✅ Check successful. Dashboard API is accessible.

❌ Check failed for listed dashboards

Dataset view permission​

The ListDataSets REST API is used to fetch the actual list of datasets for which the user has view permission.

✅ Check successful. Dataset API is accessible.

❌ Check failed for listed datasets