main-concepts

No menu items for this category
OpenMetadata Documentation

MetabaseConnection

Metabase Connection Config

  • type: Service Type. Refer to #/definitions/metabaseType. Default: Metabase.
  • username (string): Username to connect to Metabase. This user should have privileges to read all the metadata in Metabase.
  • password (string): Password to connect to Metabase.
  • hostPort (string): Host and Port of the Metabase instance.
  • 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.
  • metabaseType (string): Metabase service type. Must be one of: ['Metabase']. Default: Metabase.

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