feat(charts): validate post-processing options against operation schemas [DRAFT] ChartDataPostProcessingOperationSchema accepted `options` as a free-form Dict; the per-operation option schemas (aggregate, rolling, prophet, pivot, ...) existed only for OpenAPI docs and were never wired into validation. Add a validates_schema hook that maps each operation to its option schema and validates `options` against it. Validation is lenient (unknown=EXCLUDE) so it surfaces wrong types / out-of-range values on declared fields without rejecting payloads that carry extra keys; operations without a dedicated schema are unaffected. DRAFT: these option schemas were never used for validation and have latent issues (e.g. ChartDataAggregateOptionsSchema.groupby is accidentally a tuple, so it isn't validated). Each option schema should be audited against the real pandas_postprocessing signatures before strict (unknown=RAISE) validation is considered, to avoid rejecting currently-valid requests. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A modern, enterprise-ready business intelligence web application.
Why Superset? | Supported Databases | Release Notes | Get Involved | Resources | Organizations Using Superset
Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources.
Superset provides:
Video Overview
Large Gallery of Visualizations
Craft Beautiful, Dynamic Dashboards
No-Code Chart Builder
Powerful SQL Editor
Superset can query data from any SQL-speaking datastore or data engine (Presto, Trino, Athena, and more) that has a Python DB-API driver and a SQLAlchemy dialect.
Here are some of the major database solutions that are supported:
A more comprehensive list of supported databases along with the configuration instructions can be found here.
Want to add support for your datastore or data engine? Read more here about the technical requirements.
Try out Superset's quickstart guide or learn about the options for production deployments.
Interested in contributing? Check out our Developer Guide to find resources around contributing along with a detailed guide on how to set up a development environment.
Understanding the Superset Points of View
Getting Started with Superset
Deploying Superset
Recordings of Past Superset Community Events
Visualizations