2024-06-18 15:53:06 +02:00
|
|
|
---
|
2025-06-20 19:46:38 +05:30
|
|
|
title: Domo Pipeline | OpenMetadata Data Pipeline Services
|
2024-06-18 15:53:06 +02:00
|
|
|
slug: /connectors/pipeline/domo-pipeline
|
|
|
|
---
|
|
|
|
|
|
|
|
{% connectorDetailsHeader
|
|
|
|
name="Domo"
|
|
|
|
stage="PROD"
|
|
|
|
platform="OpenMetadata"
|
2025-03-13 13:58:04 +05:30
|
|
|
availableFeatures=["Pipelines", "Pipeline Status", "Lineage", "Usage"]
|
2024-06-18 15:53:06 +02:00
|
|
|
unavailableFeatures=["Owners", "Tags"]
|
|
|
|
/ %}
|
|
|
|
|
|
|
|
In this section, we provide guides and references to use the Domo-Pipeline connector.
|
|
|
|
|
|
|
|
Configure and schedule Domo-Pipeline metadata and profiler workflows from the OpenMetadata UI:
|
|
|
|
|
|
|
|
- [Requirements](#requirements)
|
|
|
|
- [Metadata Ingestion](#metadata-ingestion)
|
2025-04-04 17:15:09 +05:30
|
|
|
- [Troubleshooting](/connectors/pipeline/domo-pipeline/troubleshooting)
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/domo-pipeline/yaml"} /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
## 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
|
2025-04-18 08:42:17 +02:00
|
|
|
file="/v1.8/connectors/metadata-ingestion-ui.md"
|
2024-06-18 15:53:06 +02:00
|
|
|
variables={
|
|
|
|
connector: "Domo Pipeline",
|
2025-04-18 08:42:17 +02:00
|
|
|
selectServicePath: "/images/v1.8/connectors/domopipeline/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.8/connectors/domopipeline/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.8/connectors/domopipeline/service-connection.png",
|
2024-06-18 15:53:06 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Client ID**: Client Id for DOMO Pipeline.
|
|
|
|
- **Secret Token**: Secret Token to Connect to DOMO Pipeline.
|
|
|
|
- **Access Token**: Access to Connect to DOMO Pipeline.
|
|
|
|
- **API Host**: API Host to Connect to DOMO Pipeline.
|
|
|
|
- **Instance Domain**: URL to connect to your Domo instance UI. For example `https://<your>.domo.com`.
|
|
|
|
|
|
|
|
{% /extraContent %}
|
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/test-connection.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/pipeline/configure-ingestion.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/ingestion-schedule-and-deploy.md" /%}
|
2024-06-18 15:53:06 +02:00
|
|
|
|
|
|
|
{% /stepsContainer %}
|