Weavz
Apache Superset

Apache Superset

Manage Superset dashboards, datasets, charts, and read-only SQL Lab execution.

12 tools
2 triggers

Tools

Name
validate_connection

Validate the Superset bearer token by listing one dashboard.

list_dashboards

List Superset dashboards.

get_dashboard

Get a Superset dashboard by ID or slug.

list_dashboard_datasets

List datasets used by a Superset dashboard.

list_datasets

List Superset datasets.

get_dataset

Get a Superset dataset by ID or UUID.

create_dataset

Create a Superset dataset from a JSON request body.

update_dataset

Update a Superset dataset from a JSON request body.

refresh_dataset

Refresh Superset dataset columns and metadata.

list_charts

List Superset charts.

get_chart

Get a Superset chart by ID.

run_sqllab_query

Execute a read-only SQL Lab query.

Triggers

Name
dashboard_created_or_updated

Poll Superset dashboard created or updated and emit newly created or updated records after the initial baseline.

dataset_created_or_updated

Poll Superset dataset created or updated and emit newly created or updated records after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('apache-superset', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'apache-superset',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Apache Superset to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Apache Superset support?

Apache Superset supports 12 tools including Validate Connection, List Dashboards, Get Dashboard, List Dashboard Datasets, List Datasets, and more.

Can I use Apache Superset with AI agents?

Yes. Add Apache Superset to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Apache Superset be used in stateful agent workflows?

Yes. Agents can combine Apache Superset tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Apache Superset use?

Apache Superset uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Apache Superset integration cost?

The Apache Superset integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Apache Superset support?

Apache Superset supports 2 triggers including Dashboard Created or Updated, Dataset Created or Updated.

Connect Apache Superset in minutes

Get 20,000 free action executions every month. No credit card required.