Amazon QuickSight · Arazzo Workflow

Amazon QuickSight Classify Datasets by Import Mode

Version 1.0.0

List an account's datasets and branch on whether any use SPICE import mode.

1 workflow 1 source API 1 provider
View Spec View on GitHub AnalyticsBIBusiness IntelligenceDashboardsMachine-LearningReportingVisualizationArazzoWorkflows

Provider

amazon-quicksight

Workflows

classify-datasets-by-import-mode
Inventory datasets and branch on the presence of SPICE-backed datasets.
Lists the datasets in an account and branches on whether any dataset uses SPICE import mode so SPICE capacity can be reviewed when present.
2 steps inputs: AwsAccountId outputs: dataSetSummaries, spiceReviewDataSetSummaries
1
listDataSets
List the datasets in the account and branch on whether any of them are materialized into SPICE.
2
reviewSpiceCapacity
Re-list the datasets to capture the current set of SPICE-backed datasets for the capacity review record.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon QuickSight Classify Datasets by Import Mode
  summary: List an account's datasets and branch on whether any use SPICE import mode.
  description: >-
    QuickSight datasets are either materialized into SPICE or queried live with
    DIRECT_QUERY, and the mix drives capacity planning. The workflow lists the
    datasets in an account and branches on whether the account contains any SPICE
    datasets, routing to a capacity-review outcome when it does and to a clean
    end when every dataset is direct-query. Each step spells out its request
    inline so the flow can be read and executed without opening the underlying
    OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: datasetsApi
  url: ../openapi/amazon-quicksight-datasets-api-openapi.yml
  type: openapi
workflows:
- workflowId: classify-datasets-by-import-mode
  summary: Inventory datasets and branch on the presence of SPICE-backed datasets.
  description: >-
    Lists the datasets in an account and branches on whether any dataset uses
    SPICE import mode so SPICE capacity can be reviewed when present.
  inputs:
    type: object
    required:
    - AwsAccountId
    properties:
      AwsAccountId:
        type: string
        description: The AWS account id to classify QuickSight datasets for.
  steps:
  - stepId: listDataSets
    description: >-
      List the datasets in the account and branch on whether any of them are
      materialized into SPICE.
    operationId: ListDataSets
    parameters:
    - name: AwsAccountId
      in: path
      value: $inputs.AwsAccountId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dataSetSummaries: $response.body#/DataSetSummaries
    onSuccess:
    - name: hasSpiceDatasets
      type: goto
      stepId: reviewSpiceCapacity
      criteria:
      - context: $response.body
        condition: $.DataSetSummaries[?(@.ImportMode == 'SPICE')]
        type: jsonpath
    - name: directQueryOnly
      type: end
      criteria:
      - context: $response.body
        condition: $.DataSetSummaries[?(@.ImportMode == 'SPICE')].length == 0
        type: jsonpath
  - stepId: reviewSpiceCapacity
    description: >-
      Re-list the datasets to capture the current set of SPICE-backed datasets
      for the capacity review record.
    operationId: ListDataSets
    parameters:
    - name: AwsAccountId
      in: path
      value: $inputs.AwsAccountId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dataSetSummaries: $response.body#/DataSetSummaries
  outputs:
    dataSetSummaries: $steps.listDataSets.outputs.dataSetSummaries
    spiceReviewDataSetSummaries: $steps.reviewSpiceCapacity.outputs.dataSetSummaries

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-quicksight-classify-datasets-by-import-mode-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.