View All Docs
Product overview
Account overview
Integrations
Transforms
Security
Hide Navigation
Product overview
Account overview
Integrations
Transforms
Security

Pull from Metabase

What is Metabase?

Metabase is an open-source business intelligence and data visualization tool that makes it easy for teams to explore, analyze, and share data insights. With its intuitive no-code query builder and SQL editor, Metabase allows anyone—from analysts to executives—to create dashboards, build reports, and ask questions about their data without technical expertise. Companies use Metabase to track KPIs, monitor business performance, and enable self-service analytics across their organization.

Connecting Metabase to Parabola unlocks powerful automation workflows. Instead of manually exporting reports or copying data from Metabase dashboards, you can pull your Saved Questions directly into Parabola flows, combine them with data from other systems, transform the results, and push outputs to wherever your team needs them—all automatically and on schedule.

Explore other integrations and learn more about Parabola
Parabola helps you bring disparate data and documents together. Chat with our team to learn more.
Get a demo
Talk with us
Submitted!
Error please enter a valid email address

Pull from Metabase

How to authenticate

Metabase uses API key authentication to securely connect with Parabola. Here's how to set it up:

1. Generate an API key in Metabase

  1. Log in to your Metabase instance and click the gear icon in the upper right corner
  2. Select Admin settings
  3. Go to the Settings tab
  4. Click on the Authentication tab in the left menu
  5. Scroll down to API Keys and click Manage
  6. Click Create API Key
  7. Give your API key a descriptive name (e.g., "Parabola Integration")
  8. Assign the key to an appropriate group that has permission to access the Questions you want to pull
  9. Click Create and copy the generated API key immediately—Metabase won't show it again

💡 Tip: Store your API key somewhere safe. If you lose it, you'll need to generate a new one.

2. Connect in Parabola

  1. In your Parabola flow, add a Pull from Metabase step
  2. Click Authorize when prompted
  3. Enter your Metabase API key in the authentication field
  4. Enter your Metabase instance URL (e.g., https://acmeco.metabaseapp.com for cloud instances or your self-hosted URL)
  5. Once authenticated, you can start pulling data from your Saved Questions

Available data

Using the Metabase integration in Parabola, you can pull in any Saved Question results. Run any Saved Question (also called Cards) in your Metabase and retrieve the full result set as tabular data. Each column from your question becomes a field in Parabola, making it easy to work with metrics, aggregations, and custom queries you've already built in Metabase.

To use a Saved Question, you'll need its Card ID—this is the number in the URL when you open the question in Metabase. For example, if your URL is https://acmeco.metabaseapp.com/question/3609-sales-report, the Card ID is 3609.

Passing parameters to Saved Questions

If your Saved Question uses variables (also called template tags), you can pass values for those parameters when pulling data into Parabola. This allows you to dynamically filter the results based on your workflow needs.

Finding your variable names in Metabase:

  1. Open your Saved Question in Metabase
  2. Click Open Editor to view the query
  3. Click the Variables icon (looks like {{x}}) in the sidebar
  4. Look at the settings for each variable to find:
    • The variable name (not the display label, but the actual name used in the query—e.g., if your query uses {{customer_email}}, the variable name is "customer_email")
    • The variable type (e.g., text, number, date)

Configuring parameters in Parabola:

In the Pull from Metabase step, under Request Body, you'll find a parameters section. Click Add item for each parameter you want to pass:

  1. target: This identifies which variable to pass the value to. It requires two parts:
    • First target identifier: variable
    • Second target identifier (array of two strings):
      • First string: template-tag (this tells Metabase you're passing a value to a template tag variable in the SQL query)
      • Second string: Your variable name from Metabase (e.g., start_date, customer_email, order_status)—use the actual variable name, not the display label
  2. type: The variable type from Metabase (e.g., text, number, date)
  3. value: The actual value you want to pass to the parameter

Examples:

For a text parameter filtering by customer email:

  • target:
    • First target identifier: variable
    • Second target identifier: template-tag, customer_email
  • type: text
  • value: jane.smith@example.com

For a number parameter filtering by product ID:

  • target:
    • First target identifier: variable
    • Second target identifier: template-tag, product_id
  • type: number
  • value: 789

For date parameters filtering by date range, add two items:

First parameter:

  • target:
    • First target identifier: variable
    • Second target identifier: template-tag, start_date
  • type: date
  • value: 2024-01-01

Second parameter:

  • target:
    • First target identifier: variable
    • Second target identifier: template-tag, end_date
  • type: date
  • value: 2024-12-31

For a text parameter filtering by order status:

  • target:
    • First target identifier: variable
    • Second target identifier: template-tag, order_status
  • type: text
  • value: completed

Common use cases

  • Automate recurring reports: Pull your weekly sales dashboard or monthly KPI report from Metabase, format it in Parabola, and automatically send it via email or Slack—no more manual exports.
  • Combine BI data with operational systems: Merge Metabase analytics (sales performance, customer metrics) with live data from your ERP, CRM, or warehouse management system to create comprehensive operational reports.
  • Cross-platform reconciliation: Pull order data from Metabase and compare it against fulfillment records from ShipBob, inventory levels from your WMS, or invoices from your accounting system to catch discrepancies automatically.
  • Create custom alerting workflows: Run a Metabase question that tracks critical metrics, then use Parabola to check for threshold breaches and trigger Slack or email alerts when action is needed.
  • Feed data warehouses or dashboards: Pull curated datasets from Metabase and push them to Google Sheets, data warehouses, or other BI tools for additional analysis or team visibility.
  • Multi-source data pipelines: Combine insights from Metabase with data from APIs, spreadsheets, emails, and PDFs to build end-to-end automated workflows that would otherwise require hours of manual work.

Tips for using Parabola with Metabase

  • Schedule your flows to run automatically at the cadence your business needs—daily for operational reports, weekly for performance reviews, or hourly for time-sensitive metrics.
  • Use descriptive names for your Saved Questions in Metabase so it's easy to identify which Card IDs to pull when building flows in Parabola.
  • Set up proper permissions in Metabase by assigning your API key to a group that has access to exactly the questions you need—this keeps your data secure while enabling automation.
  • Combine multiple Questions in a single flow by pulling from several Metabase Cards, then use Parabola's join and merge steps to create unified reports that span different data sources.
  • Add data quality checks in Parabola after pulling from Metabase—use filters and formulas to flag unexpected values, missing data, or anomalies before pushing results downstream.
  • Cache reference data by pulling relatively static Metabase queries (like product catalogs or customer lists) into a separate flow, then import that data into other flows to speed up execution.
  • Document your Card IDs by keeping a simple reference list (in a Google Sheet or internal doc) that maps business-friendly names to Metabase Card IDs—this makes it easier for teammates to build and maintain flows.

With Metabase connected to Parabola, you can automate the reports and workflows that used to eat up your day, freeing your team to focus on analysis and action instead of manual data wrangling.