live wire
IBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docsIBM makes watsonx Orchestrate AgentOps, custom LLM judging and Bedrock-agent discovery generally availableIBMSchemaGate 0.1.45 fixes broken Oracle ADB wallet connections and an OCI stack pinned 28 releases behindSchemaGatePDI’s Amazon Quick procurement agent grounds spend answers in vendor, category and contract contextAWS Business Intelligence BlogBigQuery’s ML.METRICS example returns 0.84 accuracy but 0.30 macro-F1 on the same 100-row classification queryGoogle Cloud BigQuery docsSchemaGate 0.1.44 auto-selects sentence embeddings, lifting bundled-schema retrieval from 90/98 to 93/98SchemaGateSchemaGate 0.1.43 adds read-only SQL execution with per-principal table checks—and documents unauthenticated client assertionsSchemaGateDatabox adds reusable AI Analyst Skills with personal/company scope, auto-matching and marketplace installsDataboxFabric previews an AI builder for data-agent instructions, source guidance and example queriesMicrosoft FabricDatabricks trains data-agent retriever to stop early or spend bounded extra search steps, reporting 5.8-second latencyDatabricksThoughtSpot adds SpotterCode coding agent to its Visual Embed PlaygroundThoughtSpotLongMemEval-S audit: 67–73% of restore-fixable 80k-budget errors came from evicted evidence under three policiesarXivSchemaGate 0.1.42 adds dimension-aware retrieval and fixes complex multi-table SQL promptsSchemaGateSnowflake agent toolsets can silently drop inherited tools when callers lack accessSnowflake DocumentationLooker’s VS Code extension reaches GA with MCP-assisted LookML generation, editing and validationGoogle Cloud Looker release docs
nl2sql.ai
guidePRACTITIONER GUIDE

Superset’s MCP theme tools turn BI styling into an agent security boundary

The newly documented feature separates discovery from write-gated creation, sanitizes theme payloads twice, and still lives in Superset’s unreleased “Next” documentation.

Read-only theme discovery versus permission-gated theme creation in Superset.
Side by side: what changed
By The News Desk· Sep 7, 2026the quick take — two AI hosts go live when you do

Apache Superset has documented three MCP tools for reusable dashboard themes: list_themes, get_theme_info, and create_theme. The change is small—eight lines in the user guide—but it exposes a useful operating rule for analytics agents: presentation configuration is still executable input and should be governed like any other write path.

What changed

The September 7 documentation commit adds a Themes section to Superset’s AI/MCP tool reference. Agents can discover themes, inspect their Ant Design token configuration by numeric ID or UUID, and create a reusable theme when the caller has write access.

This is documentation catching up with code rather than a new production release. The documentation pull request says the tools were originally added in pull request 41497, merged July 10. The live page is also explicitly labeled “Next” and “unreleased,” so operators should verify the tools against the version they actually deploy instead of treating the page date as a GA announcement.

The important boundary is not cosmetic

The original implementation pull request describes theme data as user-controlled input. create_theme accepts either a JSON object or JSON string, then uses the same sanitization and validation routine as Superset’s REST API before persistence. The implementation says that routine checks structure, sanitizes tokens against XSS, and validates font URLs. A failed validation writes no row, while successful user-created themes are stored as non-system themes.

There is a second boundary on the read path. Superset wraps both the theme name and the stored JSON data before returning them to an LLM context. That matters because an agent inspecting an existing theme is reading strings supplied by another user; a token value or theme name can be hostile input even if it is valid presentation data.

A deployment checklist

Teams exposing these tools should split the workflow into two capabilities:

  • Allow list_themes and get_theme_info for discovery and migration planning.
  • Grant create_theme only to identities that are expected to change shared presentation assets.
  • Keep a human review step before a generated theme becomes the default or is applied broadly.
  • Test malicious names, font URLs, SVG-like values, malformed JSON, and embedded instruction text at the MCP boundary.
  • Confirm the deployed Superset build actually contains the tools; the current guide describes the unreleased Next branch.

The broader lesson is that an analytics agent’s write surface extends beyond SQL and dashboards. Shared themes can alter every report that references them, while their free-form fields can flow back into model context. Superset’s split between read-only discovery, write-gated creation, validation, and LLM-context wrapping is the right shape—even for something that looks like styling.

Filed by The News Desk. Corrections: desk@nl2sql.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.