Skip to content

Commit a1c51fd

Browse files
committed
Add Metabase exploration recipes cookbook
Add docs/RECIPES.md with six worked end-to-end recipes: schema discovery, saved-question inspection, parameterized card runs, dashboard analysis, parameterized dashboard card runs, and PII-safe querying. Each recipe is a command sequence with trimmed sample output and a concise agent note. Link it from the README. Closes #16
1 parent 41b6dad commit a1c51fd

3 files changed

Lines changed: 550 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
- Add `docs/RECIPES.md` with worked end-to-end recipes for schema discovery, saved-question inspection, dashboard analysis, parameterized card/dashboard runs, and PII-safe querying, linked from the README (#16)
56
- Expand the `context` agent document with end-to-end workflows for schema, dashboard, and saved-question exploration plus an explicit safe-querying section (#15)
67
- Add `card params` and `dashboard params list` commands to discover the parameters a saved question or dashboard accepts before running it; failed parameterized runs now point to the exact discovery command (#14)
78
- Add `collection` commands (`list`, `get`, `items`) to browse collections and discover the cards, dashboards, and nested collections inside them, with `--models` filtering and `root` collection support (#13)

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@ mb-cli search "revenue" --models table,card
202202
mb-cli version
203203
```
204204

205+
## Recipes
206+
207+
[docs/RECIPES.md](docs/RECIPES.md) collects end-to-end recipes for common
208+
Metabase exploration tasks — schema discovery, saved-question inspection,
209+
dashboard analysis, parameterized card and dashboard runs, and PII-safe
210+
querying. Each recipe is a worked sequence of commands with sample output.
211+
205212
## Agent integration
206213

207214
mb-cli is designed to be used by AI coding agents. When piped or used in scripts, output defaults to JSON for easy parsing.

0 commit comments

Comments
 (0)