2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: DomoDatabase
|
|
|
|
slug: /connectors/database/domo-database
|
|
|
|
---
|
|
|
|
|
|
|
|
# Domo Database
|
|
|
|
|
|
|
|
{% multiTablesWrapper %}
|
|
|
|
|
|
|
|
| Feature | Status |
|
|
|
|
| :----------------- | :--------------------------- |
|
|
|
|
| Stage | PROD |
|
|
|
|
| Metadata | {% icon iconName="check" /%} |
|
|
|
|
| Query Usage | {% icon iconName="cross" /%} |
|
|
|
|
| Data Profiler | {% icon iconName="cross" /%} |
|
|
|
|
| Data Quality | {% icon iconName="cross" /%} |
|
|
|
|
| Lineage | {% icon iconName="cross" /%} |
|
|
|
|
| DBT | {% icon iconName="cross" /%} |
|
|
|
|
| Supported Versions | -- |
|
|
|
|
|
|
|
|
| Feature | Status |
|
|
|
|
| :----------- | :--------------------------- |
|
|
|
|
| Lineage | {% icon iconName="cross" /%} |
|
|
|
|
| Table-level | {% icon iconName="cross" /%} |
|
|
|
|
| Column-level | {% icon iconName="cross" /%} |
|
|
|
|
|
|
|
|
{% /multiTablesWrapper %}
|
|
|
|
|
|
|
|
In this section, we provide guides and references to use the DomoDatabase connector.
|
|
|
|
|
|
|
|
Configure and schedule DomoDatabase metadata and profiler workflows from the OpenMetadata UI:
|
|
|
|
|
|
|
|
- [Requirements](#requirements)
|
|
|
|
- [Metadata Ingestion](#metadata-ingestion)
|
|
|
|
- [Data Profiler](/connectors/ingestion/workflows/profiler)
|
|
|
|
- [dbt Integration](/connectors/ingestion/workflows/dbt)
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/domo-database/yaml"} /%}
|
2023-08-27 10:55:55 +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
|
2023-09-12 12:22:40 +02:00
|
|
|
file="/v1.2/connectors/metadata-ingestion-ui.md"
|
2023-08-27 10:55:55 +02:00
|
|
|
variables={
|
|
|
|
connector: "Domo Database",
|
2023-09-12 12:22:40 +02:00
|
|
|
selectServicePath: "/images/v1.2/connectors/domodatabase/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.2/connectors/domodatabase/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.2/connectors/domodatabase/service-connection.png",
|
2023-08-27 10:55:55 +02:00
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Client ID**: Client ID for DOMO Database.
|
|
|
|
- **Secret Token**: Secret Token to Connect DOMO Database.
|
|
|
|
- **Access Token**: Access to Connect to DOMO Database.
|
|
|
|
- **Api Host**: API Host to Connect to DOMO Database instance.
|
2023-09-21 13:06:56 +02:00
|
|
|
- **Instance Domain**: URL to connect to your Domo instance UI. For example `https://<your>.domo.com`.
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
{% /extraContent %}
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/test-connection.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/database/configure-ingestion.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/ingestion-schedule-and-deploy.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
|
|
|
{% /stepsContainer %}
|
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/troubleshooting.md" /%}
|
2023-08-27 10:55:55 +02:00
|
|
|
|
2023-09-12 12:22:40 +02:00
|
|
|
{% partial file="/v1.2/connectors/database/related.md" /%}
|