> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/connectors/connector-repositories/reporting-tool/domo.md).

# Domo

This article outlines the integration with Domo, enabling streamlined metadata management through crawling, report preview, and manual lineage building. The connector crawls Domo Pages, KPI Cards, and KPI Card Columns, providing metadata discovery and report-level visibility across Domo reporting assets.

This connector connects to Domo through REST APIs (v1 and v3) to retrieve reporting metadata and associated attributes. Authentication is established using a Domo Developer Client configured with the required OAuth scopes, along with a Domo user account to access content and metadata available within the configured Domo environment.

<div align="left"><img src="/files/cY76OlcyVMMJultOac4N" alt="" height="292" width="624"></div>

## Overview

### Connector Details

<table data-header-hidden><thead><tr><th width="380"></th><th></th></tr></thead><tbody><tr><td>Connector Category</td><td>Reporting Tool</td></tr><tr><td>OvalEdge Release Supported</td><td>Release6.0.x and later</td></tr><tr><td><p>Connectivity</p><p>[How the connection is established with Domo]</p></td><td>REST APIs</td></tr><tr><td>Verified Domo Version</td><td>REST APIs (v1 and v3)</td></tr></tbody></table>

{% hint style="info" %}
The Domo connector has been validated with the mentioned "Verified Domo Versions". It is expected to be compatible with other supported Domo versions. If there are any issues with validation or metadata crawling, please submit a support ticket for investigation and feedback.
{% endhint %}

### Connector Features

| Feature                                      | Availability |
| -------------------------------------------- | :----------: |
| Crawling                                     |       ✅      |
| Delta Crawling                               |       ❌      |
| Profiling                                    |      NA      |
| Query Sheet                                  |       ❌      |
| Report Preview                               |       ✅      |
| Auto Lineage                                 |      NA      |
| Manual Lineage                               |       ✅      |
| Secure Authentication via Credential Manager |       ✅      |
| Data Quality                                 |      NA      |
| DAM (Data Access Management)                 |      NA      |
| Bridge                                       |       ❌      |

{% hint style="info" %}
"NA" indicates that the respective feature is 'Not Applicable'.
{% endhint %}

### Metadata Mapping

The following objects are crawled from Domo and mapped to the corresponding UI assets.

<table><thead><tr><th width="159">Domo Object</th><th width="169">Domo Attribute</th><th width="176">OvalEdge Attribute</th><th width="175">OvaEdge Category</th><th width="160">OvalEdge Type</th></tr></thead><tbody><tr><td>Pages</td><td>name</td><td>Report Group</td><td>Report Group</td><td>Report Group</td></tr><tr><td>KPI Card</td><td>title</td><td>Report</td><td>Report</td><td>Report Name</td></tr><tr><td>KPI Card</td><td>type</td><td>Report Type</td><td>Report</td><td>KPI</td></tr><tr><td>KPI Card</td><td>description</td><td>Source Description</td><td>Report</td><td>Source Description</td></tr><tr><td>KPI Card Column</td><td>column/name</td><td>Column</td><td>Report Column</td><td>Report Column Name</td></tr><tr><td>KPI Card Column</td><td>mapping/dataType</td><td>Type</td><td>Report Column</td><td>Column Type</td></tr><tr><td>KPI Card Column</td><td>formula</td><td>Formula</td><td>Report Column</td><td>Formula</td></tr></tbody></table>

## Set up a Connection

### Prerequisites

The following are the prerequisites to establish a connection:

#### **Service Account User Permissions**

{% hint style="warning" %}
It is recommended to use a separate service account to establish the connection to the data source, configured with the following minimum set of permissions.
{% endhint %}

{% hint style="info" %}
**👨‍💻Who can provide these permissions?** These permissions are typically granted by the Domo administrator, as users may not have the required access to assign them independently.
{% endhint %}

<table><thead><tr><th width="127">Operations</th><th width="115">Objects</th><th width="352">Access Permissions</th><th width="359">Comments</th></tr></thead><tbody><tr><td>Connector Validation </td><td>-</td><td><ul><li>OAuth: Domo Developer Client with scopes configured in Application Scopes (minimum dashboard).</li><li>User: Domo account with valid login (used indirectly when token flow calls getCookie).</li></ul></td><td>Validates by obtaining an OAuth access token via validateConnection() > getAccessToken(). Validation fails if the token response starts with ERROR. Card and metadata APIs are not fully validated until the crawl operation runs.</td></tr><tr><td>Crawling</td><td>Pages</td><td><ul><li>OAuth: dashboard scope for Pages.</li><li>User: View access to target Pages and KPI cards; ability to read card metadata (subscriptions and formulas).</li><li>Service account recommended.</li></ul></td><td>Performs metadata crawl for Pages > KPI Cards (type = KPI only) > Columns/Formulas. Uses OAuth for Pages and a session cookie (username/password) for cards and fields. Non-KPI cards, datasets, sub-reports, users, and source code are not crawled.</td></tr><tr><td>Manual Lineage</td><td>-</td><td>Manual lineage requires OvalEdge user permissions to edit lineage on Report and Report Column objects.</td><td>Supports manual lineage creation and management within OvalEdge. Auto lineage is not available.</td></tr><tr><td>Crawling</td><td>Pages</td><td><ul><li>OAuth scope: dashboard (Page API).</li><li>Client must be allowed to list pages available in the Domo instance.</li><li>User cookie is not required.</li></ul></td><td>Domo Page maps to OvalEdge Report Group (REPORTGROUP). Metadata is retrieved through getRemoteDomains(). The Page ID is used as the external reference, and the Page name is mapped as the Report Group name.</td></tr><tr><td>Crawling</td><td>KPI Cards</td><td>User session: Domo user must have login access and permission to view the Page and KPI cards.</td><td>Domo KPI Card (type = KPI only) maps to OvalEdge Report (OECHART). Other card types (such as chart and table) are skipped. The embed URL is retrieved for report preview and stored in nametypemap and colNameTypeMap.</td></tr><tr><td>Crawling</td><td>KPI Card Columns</td><td>User session: Same Domo user must have access to card metadata, including subscriptions and formulas for each KPI card.</td><td>Domo card subscription columns and formulas map to OvalEdge Report Column (CHARTCHILD). Physical columns use the column name and mapped data type, while calculated fields use the formula ID resolved from formulas. Measures and dimensions are not categorized separately.</td></tr></tbody></table>

### Connection Configuration Steps

{% hint style="warning" %}
Users are required to have the Connector Creator role in order to configure a new connection.
{% endhint %}

1. Log into OvalEdge, go to **Administration** > **Connectors**, click **+ (New Connector)**, search for **Domo**, and complete the required parameters.

{% hint style="info" %}
Fields marked with an asterisk (\*) are mandatory for establishing a connection.
{% endhint %}

<table><thead><tr><th width="220">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Connector Type</td><td>By default, "<strong>Domo</strong>" is displayed as the selected connector type.</td></tr><tr><td>Credential Manager*</td><td><p>Select the desired credentials manager from the drop-down list. Relevant parameters will be displayed based on the selection.</p><p>Supported Credential Managers:</p><ul><li>OE Credential Manager</li><li>AWS Secrets Manager</li><li>HashiCorp</li><li>Azure Key Vault</li></ul><p>For more details, click <a href="https://docs.ovaledge.com/connectors/additional-requirements/credential-manager-configuration">here</a>.</p></td></tr><tr><td>Connector Name*</td><td><p>Enter a unique name for the Domoconnection              </p><p>(Example: "Domodb").</p></td></tr><tr><td>Connector Environment</td><td><p>Select the environment (Example: PROD, STG) configured for the connector.</p><p>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/prerequisites#connector-environment">here</a>.</p></td></tr><tr><td>Connector Description</td><td>Enter a brief description of the connector.</td></tr><tr><td>Client id*</td><td>Enter the Client ID of the Domo Developer Client (OAuth application) configured in Domo. This identifier is used to authenticate API requests and obtain access tokens.</td></tr><tr><td>Client secret*</td><td>Enter the Client Secret associated with the Domo Developer Client. This value is used with the Client ID to authenticate and obtain an API access token.</td></tr><tr><td>Scopes*</td><td>Enter the OAuth scopes granted to the Domo Developer Client. These scopes are passed during access token generation and determine the APIs and resources accessible to the connector. Specify scopes as space-separated values and include the required permissions, such as dashboard for Page API access.</td></tr><tr><td>Base URL*</td><td>Enter the URL of the Domo instance to which the connector will connect (Example: https://xyz.domo.com).</td></tr><tr><td>Username*</td><td>Enter the username of a Domo account with access to the Pages and KPI Cards to be crawled. This account is used to establish an authenticated session for content-related API operations.</td></tr><tr><td>Password*</td><td>Enter the password associated with the specified Domo user account. This value is used to authenticate the user and establish a session for content API access.</td></tr><tr><td>Proxy Enabled*</td><td>Select Yes to route API calls through a proxy server. Select No to bypass the proxy and connect directly.</td></tr></tbody></table>

**Default Governance Roles**

<table data-header-hidden><thead><tr><th width="219"></th><th></th></tr></thead><tbody><tr><td>Default Governance Roles*</td><td>Select the appropriate users or teams for each governance role from the drop-down list. All users configured in the security settings are available for selection.</td></tr></tbody></table>

**Admin Roles**

<table data-header-hidden><thead><tr><th width="219"></th><th></th></tr></thead><tbody><tr><td>Admin Roles*</td><td>Select one or more users from the dropdown list for Integration Admin and Security &#x26; Governance Admin. All users configured in the security settings are available for selection.</td></tr></tbody></table>

**No of Archive Objects**

<table data-header-hidden><thead><tr><th width="221"></th><th></th></tr></thead><tbody><tr><td>No Of Archive Objects*</td><td><p>This shows the number of recent metadata changes to a dataset at the source. By default, it is off. To enable it, toggle the Archive button and specify the number of objects to archive.</p><p>Example: Setting it to 4 retrieves the last four changes, displayed in the 'Version' column of the 'Metadata Changes' module.</p></td></tr></tbody></table>

**Bridge**

<table data-header-hidden><thead><tr><th width="219"></th><th></th></tr></thead><tbody><tr><td>Select Bridge*</td><td><p>If applicable, select the bridge from the drop-down list.</p><p>The drop-down list displays all active bridges that have been configured. These bridges facilitate communication between data sources and the system without requiring changes to firewall rules.</p></td></tr></tbody></table>

2. After entering all connection details, the following actions can be performed:
   1. Click **Validate** to verify the connection.
   2. Click **Save** to store the connection for future use.
   3. Click **Save & Configure** to apply additional settings before saving.
3. The saved connection will appear on the **Connectors** home page.

## Manage Connector Operations

### Crawl

{% hint style="warning" %}
To perform crawl operations, users must be assigned the Integration Admin role.
{% endhint %}

The Crawl/Profile button allows users to select one or more report groups for crawling.&#x20;

1. Navigate to the **Connectors** page and click **Crawl/Profile.**
2. Select the report group to crawl.
3. The **Crawl** option is selected by default.
4. Click **Run** to collect metadata from the connected source and load it into the **Data Catalog**.
5. After a successful crawl, the information appears in the **Data Catalog** > **Report / Report Column** tab.

The **Schedule** checkbox allows automated crawling at defined intervals, from a minute to a year.

1. Click the **Schedule** checkbox to enable the **Select** Period drop-down.
2. Select a time period for the operation from the drop-down menu.
3. Click **Schedule** to initiate metadata collection from the connected source.
4. The system will automatically execute the **crawl** operation at the scheduled time.

#### Other Operations

The Connectors page provides a centralized view of all configured connectors, along with their health status.

**Managing connectors includes:**

* **Connector Health**: Displays the current status of each connector using a **green** icon for active connections and a **red** icon for inactive connections, helping to monitor the connectivity with data sources.
* **Viewing**: Click the **Eye** icon next to the connector name to view connector details.

**Nine Dots Menu Options:**

To view, edit, validate, configure, or delete connectors, click on the **Nine Dots menu**.

* **Edit Connector**: Update and revalidate the data source.
* **Validate Connector**: Check the connection's integrity.
* **Settings**: Modify connector settings.
  * **Crawler**: Configure data extraction.
  * **Access Instructions**: Add notes on how data can be accessed.
  * **Business Glossary Settings**: Manage term associations at the connector level.
  * **Others**: Configure notification recipients for metadata changes.
* **Delete Connector**: Remove a connector with confirmation.

For more details on connector settings, click [here](https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/connector-settings).

### Connectivity Troubleshooting

If incorrect parameters are entered, error messages may appear. Ensure all inputs are accurate to resolve these issues. If issues persist, contact the assigned support team.

<table><thead><tr><th width="84">S. No</th><th width="192">Error Message</th><th>Error Description &#x26; Resolution</th></tr></thead><tbody><tr><td>1</td><td><strong>Error while validating connection: Invalid Client ID or Client Secret</strong></td><td><p><strong>Error Description:</strong> Authentication failed because the configured Client ID or Client Secret is incorrect or does not match the Domo Developer Client.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the Client ID and Client Secret are entered correctly.</li><li>Ensure the values belong to the intended Domo Developer Client.</li><li>Revalidate the connection after updating the credentials.</li></ul></td></tr><tr><td>2</td><td><strong>Error while validating connection: Invalid Base URL</strong></td><td><p><strong>Error Description:</strong> The specified Domo Base URL is invalid, unreachable, or does not correspond to the target Domo environment.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the Base URL is entered correctly.</li><li>Ensure the URL points to the intended Domo instance.</li><li>Confirm that the URL is accessible from the connector environment.</li></ul></td></tr><tr><td>3</td><td><strong>Error while validating connection: Invalid Username or Password</strong></td><td><p><strong>Error Description:</strong> Authentication failed because the specified Domo user credentials are incorrect or the account cannot access the Domo environment.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the Username and Password are entered correctly.</li><li>Ensure the user account is active and can sign in to the Domo instance.</li><li>Confirm that the user has access to the required Pages and KPI Cards.</li></ul></td></tr><tr><td>4</td><td><strong>Error while validating connection: Invalid OAuth Scopes</strong></td><td><p><strong>Error Description:</strong> The configured OAuth scopes are missing required permissions or contain invalid values, preventing access token generation or metadata retrieval.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the required OAuth scopes are configured for the Domo Developer Client.</li><li>Ensure the scopes are entered as space-separated values.</li><li>Include the required permissions, such as dashboard for Page API access.</li></ul></td></tr></tbody></table>

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners, GA, USA.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ovaledge.com/connectors/connector-repositories/reporting-tool/domo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
