2023-04-17 16:45:47 +02:00
---
title: Redash
2023-05-04 12:37:18 -07:00
slug: /connectors/dashboard/redash
2023-04-17 16:45:47 +02:00
---
# Redash
2023-04-26 17:41:42 +05:30
| Stage | PROD |
|------------|------------------------------|
| Dashboards | {% icon iconName="check" /%} |
| Charts | {% icon iconName="check" /%} |
| Owners | {% icon iconName="check" /%} |
| Tags | {% icon iconName="check" /%} |
| Datamodels | {% icon iconName="cross" /%} |
| Lineage | {% icon iconName="check" /%} |
2023-04-17 16:45:47 +02:00
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 )
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/redash/yaml"} /%}
2023-04-17 16:45:47 +02:00
## Requirements
2023-04-21 11:51:13 +02:00
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 ).
2023-04-17 16:45:47 +02:00
## Metadata Ingestion
2023-07-06 15:11:13 +02:00
{% partial
file="/v1.1.0/connectors/metadata-ingestion-ui.md"
variables={
connector: "Redash",
selectServicePath: "/images/v1.1.0/connectors/redash/select-service.png",
addNewServicePath: "/images/v1.1.0/connectors/redash/add-new-service.png",
serviceConnectionPath: "/images/v1.1.0/connectors/redash/service-connection.png",
}
/%}
2023-04-17 16:45:47 +02:00
2023-07-06 15:11:13 +02:00
{% stepsContainer %}
2023-04-17 16:45:47 +02:00
{% extraContent parentTagName="stepsContainer" %}
2023-07-06 15:11:13 +02:00
#### Connection Details
2023-04-17 16:45:47 +02:00
- **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.
2023-04-21 11:51:13 +02:00
- **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` .
2023-04-17 16:45:47 +02:00
{% /extraContent %}
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/test-connection.md" /%}
2023-04-17 16:45:47 +02:00
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/dashboard/configure-ingestion.md" /%}
2023-04-17 16:45:47 +02:00
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/ingestion-schedule-and-deploy.md" /%}
2023-04-17 16:45:47 +02:00
{% /stepsContainer %}
2023-07-06 15:11:13 +02:00
{% partial file="/v1.1.0/connectors/troubleshooting.md" /%}