2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Redash Connector | OpenMetadata Dashboard Integration
2024-06-18 15:53:06 +02:00
slug: /connectors/dashboard/redash
---
{% connectorDetailsHeader
name="Redash"
stage="PROD"
platform="OpenMetadata"
availableFeatures=["Dashboards", "Charts", "Lineage", "Owners", "Tags"]
unavailableFeatures=["Datamodels", "Projects"]
/ %}
In this section, we provide guides and references to use the Redash connector.
Configure and schedule Redash 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-04-03 11:12:28 +05:30
- [Troubleshooting ](/connectors/dashboard/redash/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/redash/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Requirements
We connect to Redash through the [API ](https://redash.io/help/user-guide/integrations-and-api/api ) endpoint, so the user
we use in the configuration to ingest data must have enough permissions to view all the data. For more info about the
permissions, please visit Redash documentation [here ](https://redash.io/help/user-guide/users/permissions-groups ).
## 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: "Redash",
2024-12-04 11:44:41 +01:00
selectServicePath: "/images/v1.6/connectors/redash/select-service.png",
addNewServicePath: "/images/v1.6/connectors/redash/add-new-service.png",
serviceConnectionPath: "/images/v1.6/connectors/redash/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Host and Port**: URL to the Redash instance.
- **Username**: Specify the User to connect to Redash. It should have enough privileges to read all the metadata.
- **API Key**: API key of the redash instance to access. It has the same permissions as the user who owns it. Can be found on a user profile page.
- **Redash Version**: Redash version of your redash instance. Enter the numerical value from the [Redash Releases ](https://github.com/getredash/redash/releases ) page. Default: `10.0.0` .
{% /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" /%}