Metabase

Metabase from metabase/metabase.

by @metabase-metabase 4 skills

Skills in this plugin

4
  1. Metabase Data App Setup · metabase-metabase bundle
    Scaffold a new Metabase data-app into the connected remote-sync repository's `data_apps/<app>/` directory from the `data-app-template`. Use when the user asks to start, create, scaffold, or set up a data-app from scratch.
    1 install
  2. Metabase Data App Actions · metabase-metabase
    Use when a Metabase data app needs to trigger a write or mutation — submitting a form, updating a row, deleting an entry, running a saved action, or any "do something" interaction. Covers invoking an existing action via `useAction`, parameter typing, response handling, and the critical post-action refresh of any UI data the action may have changed.
    1 install
  3. Metabase Data App Routing · metabase-metabase
    Add client-side routing (multiple pages) to an existing Metabase data-app project using the host-provided `DataAppRouter`, `DataAppLink`, and `useDataAppLocation` primitives. Use when the user has an existing data-app project and wants more than one page.
    1 install
  4. Metabase Data App Semantic Layer · metabase-metabase bundle
    Use when building, creating, or editing data apps that should query Metabase tables and metrics through generated schema files like metabase.data.ts or *.metabase.data.ts.
    1 install