Apache Superset
Manage Superset dashboards, datasets, charts, and read-only SQL Lab execution.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the Superset bearer token by listing one dashboard. | Validate the Superset bearer token by listing one dashboard. |
list_dashboardsList Superset dashboards. | List Superset dashboards. |
get_dashboardGet a Superset dashboard by ID or slug. | Get a Superset dashboard by ID or slug. |
list_dashboard_datasetsList datasets used by a Superset dashboard. | List datasets used by a Superset dashboard. |
list_datasetsList Superset datasets. | List Superset datasets. |
get_datasetGet a Superset dataset by ID or UUID. | Get a Superset dataset by ID or UUID. |
create_datasetCreate a Superset dataset from a JSON request body. | Create a Superset dataset from a JSON request body. |
update_datasetUpdate a Superset dataset from a JSON request body. | Update a Superset dataset from a JSON request body. |
refresh_datasetRefresh Superset dataset columns and metadata. | Refresh Superset dataset columns and metadata. |
list_chartsList Superset charts. | List Superset charts. |
get_chartGet a Superset chart by ID. | Get a Superset chart by ID. |
run_sqllab_queryExecute a read-only SQL Lab query. | Execute a read-only SQL Lab query. |
Triggers
| Name | Description |
|---|---|
dashboard_created_or_updatedPoll Superset dashboard created or updated and emit newly created or updated records after the initial baseline. | Poll Superset dashboard created or updated and emit newly created or updated records after the initial baseline. |
dataset_created_or_updatedPoll Superset dataset created or updated and emit newly created or updated records after the initial baseline. | Poll Superset dataset created or updated and emit newly created or updated records after the initial baseline. |
Quick Start
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.