main-concepts

No menu items for this category
OpenMetadata Documentation

DomoDashboardConnection

Domo Dashboard Connection Config

  • type: Service Type. Refer to #/definitions/domoDashboardType. Default: DomoDashboard.
  • clientId (string): Client ID for DOMO.
  • secretToken (string): Secret Token to connect DOMO.
  • accessToken (string): Access token to connect to DOMO.
  • apiHost (string): API Host to connect to DOMO instance. Default: api.domo.com.
  • instanceDomain (string): URL of your Domo instance, e.g., https://openmetadata.domo.com.
  • dashboardFilterPattern: Regex to exclude or include dashboards that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • chartFilterPattern: Regex exclude or include charts that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • dataModelFilterPattern: Regex exclude or include data models that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • projectFilterPattern: Regex to exclude or include projects that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
  • domoDashboardType (string): service type. Must be one of: ['DomoDashboard']. Default: DomoDashboard.

Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.