This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+3 more
Affected surfaces
Summary
AI summaryFixed silent reset of always_filter_main_dttm flag during dataset column updates.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Added optional `always_filter_main_dttm` parameter to `superset_dataset_update`. Added optional `always_filter_main_dttm` parameter to `superset_dataset_update`. Source: granite4.1:30b@2026-07-14-audit Confidence: low |
— |
| Bugfix | Medium |
`superset_dataset_update` now preserves `always_filter_main_dttm` when updating columns. `superset_dataset_update` now preserves `always_filter_main_dttm` when updating columns. Source: llm_adapter@2026-07-14 Confidence: low |
— |
Full changelog
Fixed
superset_dataset_updatesilently resetalways_filter_main_dttmto false. Superset'sPUT /dataset/{id}drops the flag whenever it is omitted from the payload, so updating a dataset'scolumns(e.g. to set Russianverbose_namelabels) turned off the main datetime filter and broke time filtering on every dependent dashboard. The tool now preserves the current value automatically whencolumnsare replaced, and exposes a new optionalalways_filter_main_dttmparameter to set it explicitly.
Full Changelog: https://github.com/bintocher/mcp-superset/compare/v0.2.7...v0.2.8
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About bintocher/mcp-superset
MCP server for managing Apache Superset — 128+ tools for dashboards, charts, datasets, SQL Lab, access control
Related context
Beta — feedback welcome: [email protected]