2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Metabase Connector | OpenMetadata Dashboard Integration
2024-06-18 15:53:06 +02:00
slug: /connectors/dashboard/metabase
---
{% connectorDetailsHeader
name="Metabase"
stage="PROD"
platform="OpenMetadata"
availableFeatures=["Dashboards", "Charts", "Lineage", "Projects"]
unavailableFeatures=["Owners", "Tags", "Datamodels"]
/ %}
In this section, we provide guides and references to use the Metabase connector.
Configure and schedule Metabase metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Metadata Ingestion ](#metadata-ingestion )
2025-03-17 11:45:55 +05:30
- [Lineage ](#lineage )
2025-03-31 13:23:52 +05:30
- [Troubleshooting ](/connectors/dashboard/metabase/troubleshooting )
2024-06-18 15:53:06 +02:00
2024-12-04 11:44:41 +01:00
{% partial file="/v1.6/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/metabase/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Requirements
**Note:** We have tested Metabase with Versions `0.42.4` and `0.43.4` .
## Metadata Ingestion
{% partial
2024-12-04 11:44:41 +01:00
file="/v1.6/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "Metabase",
2024-12-04 11:44:41 +01:00
selectServicePath: "/images/v1.6/connectors/metabase/select-service.png",
addNewServicePath: "/images/v1.6/connectors/metabase/add-new-service.png",
serviceConnectionPath: "/images/v1.6/connectors/metabase/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Host and Port**: The hostPort parameter specifies the host and port of the Metabase instance. This should be specified as a string in the format `http://hostname:port` or `https://hostname:port` . For example, you might set the hostPort parameter to `https://org.metabase.com:3000` .
- **Username**: Username to connect to Metabase, for ex. `user@organization.com` . This user should have access to relevant dashboards and charts in Metabase to fetch the metadata.
- **Password**: Password of the user account to connect with Metabase.
{% /extraContent %}
2024-12-04 11:44:41 +01:00
{% partial file="/v1.6/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-04 11:44:41 +01:00
{% partial file="/v1.6/connectors/dashboard/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-04 11:44:41 +01:00
{% partial file="/v1.6/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}
2025-03-17 11:45:55 +05:30
{% partial file="/v1.6/connectors/dashboard/dashboard-lineage.md" /%}