2023-08-27 10:55:55 +02:00
---
title: Metabase
slug: /connectors/dashboard/metabase
---
# Metabase
| Stage | PROD |
|------------|------------------------------|
| Dashboards | {% icon iconName="check" /%} |
| Charts | {% icon iconName="check" /%} |
| Owners | {% icon iconName="cross" /%} |
| Tags | {% icon iconName="cross" /%} |
| Datamodels | {% icon iconName="cross" /%} |
2024-01-10 12:48:42 +05:30
| Projects | {% icon iconName="check" /%} |
2023-08-27 10:55:55 +02:00
| Lineage | {% icon iconName="check" /%} |
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 )
2023-09-12 12:22:40 +02:00
{% partial file="/v1.2/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/metabase/yaml"} /%}
2023-08-27 10:55:55 +02:00
## Requirements
{%inlineCallout icon="description" bold="OpenMetadata 0.12 or later" href="/deployment"%}
To deploy OpenMetadata, check the Deployment guides.
{%/inlineCallout%}
## Metadata Ingestion
{% partial
2023-09-12 12:22:40 +02:00
file="/v1.2/connectors/metadata-ingestion-ui.md"
2023-08-27 10:55:55 +02:00
variables={
connector: "Metabase",
2023-09-12 12:22:40 +02:00
selectServicePath: "/images/v1.2/connectors/metabase/select-service.png",
addNewServicePath: "/images/v1.2/connectors/metabase/add-new-service.png",
serviceConnectionPath: "/images/v1.2/connectors/metabase/service-connection.png",
2023-08-27 10:55:55 +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 %}
2023-09-12 12:22:40 +02:00
{% partial file="/v1.2/connectors/test-connection.md" /%}
2023-08-27 10:55:55 +02:00
2023-09-12 12:22:40 +02:00
{% partial file="/v1.2/connectors/dashboard/configure-ingestion.md" /%}
2023-08-27 10:55:55 +02:00
2023-09-12 12:22:40 +02:00
{% partial file="/v1.2/connectors/ingestion-schedule-and-deploy.md" /%}
2023-08-27 10:55:55 +02:00
{% /stepsContainer %}
2023-09-12 12:22:40 +02:00
{% partial file="/v1.2/connectors/troubleshooting.md" /%}