Metabase Semantic Checker

Runs the Metabase semantic checker against a tree of Representation Format YAML files to verify that all references resolve — cross-entity references (collection_id, dashboard_id, parent_id, parameter source cards, snippet references, transform tags, etc.) and references to columns inside MBQL and native queries. Slow (≥1 min per run). Only use when the user explicitly asks to verify entity references or column references in MBQL/SQL queries; in most cases this runs as a CI step, not locally. Requires database metadata on disk (by default `.metadata/table_metadata.json`).

metabase 6df16b0 6.7 KB Updated

File contents

metabase/agent-skills/tree/main/skills/metabase-semantic-checker commit 6df16b043b

Frequently asked questions

npx skillmds@latest add metabase/metabase-semantic-checker