2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
title: Run Redash Connector using the CLI
|
2022-07-09 11:56:37 +02:00
|
|
|
slug: /openmetadata/connectors/dashboard/redash/cli
|
2022-06-27 15:14:04 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
<ConnectorIntro connector="Redash" goal="CLI"/>
|
|
|
|
|
|
|
|
<Requirements />
|
|
|
|
|
2022-08-18 11:43:45 +02:00
|
|
|
<PythonMod connector="Redash" module="redash" />
|
|
|
|
|
2022-06-27 15:14:04 +02:00
|
|
|
<MetadataIngestionServiceDev service="dashboard" connector="Redash" goal="CLI"/>
|
|
|
|
|
|
|
|
<h4>Source Configuration - Service Connection</h4>
|
|
|
|
|
|
|
|
- **hostPort**: URL to the Redash instance.
|
|
|
|
- **username**: Specify the User to connect to Redash. It should have enough privileges to read all the metadata.
|
|
|
|
- **apiKey**: API key of the redash instance to access.
|
|
|
|
|
|
|
|
<MetadataIngestionConfig service="dashboard" connector="Redash" goal="CLI" />
|