main-concepts

No menu items for this category
OpenMetadata Documentation

AtlasConnection

Atlas Connection Config

  • type: Service Type. Refer to #/definitions/atlasType. Default: Atlas.
  • username (string): username to connect to the Atlas. This user should have privileges to read all the metadata in Atlas.
  • password (string): password to connect to the Atlas.
  • hostPort (string): Host and port of the Atlas service.
  • databaseServiceName (array): service type of the data source.
    • Items (string)
  • messagingServiceName (array): service type of the messaging source.
    • Items (string)
  • entity_type (string): Name of the Entity Type available in Atlas.
  • connectionOptions: Refer to ../connectionBasicType.json#/definitions/connectionOptions.
  • connectionArguments: Refer to ../connectionBasicType.json#/definitions/connectionArguments.
  • schemaFilterPattern: Regex to only include/exclude schemas that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • tableFilterPattern: Regex to only include/exclude tables that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • databaseFilterPattern: Regex to only include/exclude databases that matches the pattern. Refer to ../../../../type/filterPattern.json#/definitions/filterPattern.
  • supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
  • atlasType (string): Service type. Must be one of: ['Atlas']. Default: Atlas.

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