Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

61 lines
2.0 KiB
Markdown
Raw Normal View History

2024-06-18 15:53:06 +02:00
---
title: Domo Dashboard
slug: /connectors/dashboard/domo-dashboard
---
{% connectorDetailsHeader
name="Domo"
stage="PROD"
platform="OpenMetadata"
availableFeatures=["Dashboards", "Charts", "Owners"]
unavailableFeatures=["Tags", "Datamodels", "Projects", "Lineage"]
/ %}
In this section, we provide guides and references to use the DomoDashboard connector.
Configure and schedule DomoDashboard metadata and profiler workflows from the OpenMetadata UI:
- [Requirements](#requirements)
- [Metadata Ingestion](#metadata-ingestion)
{% partial file="/v1.5/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/domo-dashboard/yaml"} /%}
## Requirements
For metadata ingestion, make sure to add at least `data` scopes to the clientId provided.
For questions related to scopes, click [here](https://developer.domo.com/portal/1845fc11bbe5d-api-authentication).
## Metadata Ingestion
{% partial
file="/v1.5/connectors/metadata-ingestion-ui.md"
variables={
connector: "Domo Dashboard",
selectServicePath: "/images/v1.5/connectors/domodashboard/select-service.png",
addNewServicePath: "/images/v1.5/connectors/domodashboard/add-new-service.png",
serviceConnectionPath: "/images/v1.5/connectors/domodashboard/service-connection.png",
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Client ID**: Client ID to Connect to DOMO Dashboard.
- **Secret Token**: Secret Token to Connect DOMO Dashboard.
- **Access Token**: Access to Connect to DOMO Dashboard.
- **API Host**: API Host to Connect to DOMO Dashboard instance.
- **Instance Domain**: URL to connect to your Domo instance UI. For example `https://<your>.domo.com`.
{% /extraContent %}
{% partial file="/v1.5/connectors/test-connection.md" /%}
{% partial file="/v1.5/connectors/dashboard/configure-ingestion.md" /%}
{% partial file="/v1.5/connectors/ingestion-schedule-and-deploy.md" /%}
{% /stepsContainer %}
{% partial file="/v1.5/connectors/troubleshooting.md" /%}