main-concepts

No menu items for this category
OpenMetadata Documentation

ModeConnection

Mode Connection Config

  • type: Service Type. Refer to #/definitions/modeType. Default: Mode.
  • hostPort (string): URL for the mode instance. Default: https://app.mode.com.
  • accessToken (string): Access Token for Mode Dashboard.
  • accessTokenPassword (string): Access Token Password for Mode Dashboard.
  • workspaceName (string): Mode Workspace Name.
  • filterQueryParam (string): Filter query parameter for some of the Mode API calls.
  • 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.
  • modeType (string): Mode service type. Must be one of: ['Mode']. Default: Mode.

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