superset

Apache Superset is a Data Visualization and Data Exploration Platform

23 articles 70.8k View on GitHub ↗
23 articles
How to Implement Custom Security Managers Extending Flask-AppBuilder in Apache Superset

Extend Apache Superset authentication and authorization by subclassing SupersetSecurityManager. Implement custom permissions with addPermissionViewMenu and set CUSTOM_SECURITY_MANAGER.

how-to-guide
Mar 3, 2026
How to Configure Feature Flags in Apache Superset: Enabling and Disabling Experimental Functionality

**Apache Superset controls experimental and optional functionality through a three-layer feature flag system defined in [`superset/config.py`](https://github.com/apache/superset/blob/main/superset/config.py) and managed by `Fea...

how-to-guide
Mar 3, 2026
How to Set Up and Manage Thumbnail Generation and Dashboard Caching in Apache Superset

Learn to set up and manage thumbnail generation and dashboard caching in Apache Superset. Utilize Celery workers, Redis, and API triggers for efficient data visualization.

how-to-guide
Mar 3, 2026
How to Implement Custom Jinja Template Processors in Apache Superset

Learn to implement custom Jinja template processors in Apache Superset. Extend Jinja context by subclassing BaseTemplateProcessor and configuring it. Boost your data visualization.

how-to-guide
Mar 3, 2026
How to Manage Database Connections in Apache Superset: Connection Pooling and Async Execution Guide

Learn how to manage Apache Superset database connections with connection pooling and async execution. Optimize performance by configuring SQLAlchemy engine pooling and leveraging Celery workers.

how-to-guide
Mar 3, 2026
How Apache Superset's Frontend Architecture Combines React, Redux, and @superset-ui/core

Explore Apache Superset's frontend architecture, detailing how React, Redux, and @superset-ui/core work together for efficient UI development and global state management in this TypeScript SPA.

architecture
Mar 3, 2026
How to Configure Time Series Features in Apache Superset: Time Grain, Comparison, and Forecasting

Master Apache Superset time series features. Configure time grain, comparisons, and forecasting to visualize, analyze, and predict your data effectively.

how-to-guide
Mar 3, 2026
How to Use the Advanced Data Types System in Apache Superset for Custom Data Type Handling

Master Apache Superset's advanced data types system. Register custom column types for automatic data handling, conversion, validation, and UI rendering. Learn how to customize your data today.

how-to-guide
Mar 3, 2026
How to Implement Column-Level Security and Dataset-Level Access Control in Apache Superset

**Column-level security in Apache Superset is enforced through Row Level Security (RLS) filters that inject SQL clauses into queries, while dataset-level access control uses FAB permissions evaluated via `get_dataset_access_fil...

Mar 3, 2026
How to Optimize Query Performance with Query Caching, Prefetching, and Result Handlers in Apache Superset

Optimize Superset query performance with caching prefetching and result handlers Learn how to reduce dashboard latency and speed up data exploration

performance
Mar 3, 2026
How to Create and Manage Annotation Layers for Contextual Data Visualization in Apache Superset

Learn how to create and manage annotation layers in Apache Superset. Overlay contextual events onto charts for enhanced data interpretation and create impactful visualizations.

how-to-guide
Mar 3, 2026
How to Add Support for a New Database Dialect in Superset's db_engine_specs: A Complete Guide

Learn to add a new database dialect to Superset's db_engine_specs. Follow our guide to define attributes and metadata for seamless integration. Maximize your data connectivity today.

how-to-guide
Mar 3, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →