| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | --- | 
					
						
							| 
									
										
										
										
											2025-06-20 19:46:38 +05:30
										 |  |  | title: Domo Database Connector | OpenMetadata Integration Guide | 
					
						
							| 
									
										
										
										
											2025-07-03 17:39:09 +05:30
										 |  |  | description: Connect Domo Database to OpenMetadata with our comprehensive connector guide. Setup instructions, configuration steps, and metadata extraction tips. | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | slug: /connectors/database/domo-database | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% connectorDetailsHeader | 
					
						
							|  |  |  | name="Domo" | 
					
						
							|  |  |  | stage="PROD" | 
					
						
							|  |  |  | platform="OpenMetadata" | 
					
						
							|  |  |  | availableFeatures=["Metadata"] | 
					
						
							| 
									
										
										
										
											2025-03-03 12:56:25 +05:30
										 |  |  | unavailableFeatures=["Query Usage", "Data Profiler", "Data Quality", "Lineage", "Column-level Lineage", "Owners", "Tags", "Stored Procedures", "dbt", "Sample Data"] | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | / %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 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) | 
					
						
							| 
									
										
										
										
											2024-09-02 10:22:51 +05:30
										 |  |  | - [Data Profiler](/how-to-guides/data-quality-observability/profiler/workflow) | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | - [dbt Integration](/connectors/ingestion/workflows/dbt) | 
					
						
							| 
									
										
										
										
											2025-04-07 10:27:39 +05:30
										 |  |  | - [Troubleshooting](/connectors/database/domo-database/troubleshoot) | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  | {% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/database/domo-database/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  | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  |   file="/v1.7/connectors/metadata-ingestion-ui.md"  | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  |   variables={ | 
					
						
							|  |  |  |     connector: "Domo Database",  | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  |     selectServicePath: "/images/v1.7/connectors/domodatabase/select-service.png", | 
					
						
							|  |  |  |     addNewServicePath: "/images/v1.7/connectors/domodatabase/add-new-service.png", | 
					
						
							|  |  |  |     serviceConnectionPath: "/images/v1.7/connectors/domodatabase/service-connection.png", | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +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. | 
					
						
							|  |  |  | - **Instance Domain**: URL to connect to your Domo instance UI. For example `https://<your>.domo.com`. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% /extraContent %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  | {% partial file="/v1.7/connectors/test-connection.md" /%} | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  | {% partial file="/v1.7/connectors/database/configure-ingestion.md" /%} | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  | {% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%} | 
					
						
							| 
									
										
										
										
											2024-06-18 15:53:06 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | {% /stepsContainer %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-12-12 11:34:09 +05:30
										 |  |  | {% partial file="/v1.7/connectors/database/related.md" /%} |