main-concepts

No menu items for this category

AlationConnection

Alation Connection Config

  • type: Service Type. Refer to #/definitions/alationType. Default: "Alation".
  • hostPort (string, format: uri): Host and port of the Alation service.
  • authType: Types of methods used to authenticate to the alation instance.
  • connection: Choose between mysql and postgres connection for alation database.
  • projectName (string): Project name to create the refreshToken. Can be anything. Default: "AlationAPI".
  • paginationLimit (integer): Pagination limit used for Alation APIs pagination. Default: 10.
  • includeUndeployedDatasources (boolean): Specifies if undeployed datasources should be included while ingesting. Default: false.
  • includeHiddenDatasources (boolean): Specifies if hidden datasources should be included while ingesting. Default: false.
  • ingestDatasources (boolean): Specifies if Datasources are to be ingested while running the ingestion job. Default: true.
  • ingestUsersAndGroups (boolean): Specifies if Users and Groups are to be ingested while running the ingestion job. Default: true.
  • ingestDomains (boolean): Specifies if Domains are to be ingested while running the ingestion job. Default: true.
  • ingestKnowledgeArticles (boolean): Specifies if Knowledge Articles are to be ingested while running the ingestion job. Default: true.
  • ingestDashboards (boolean): Specifies if Dashboards are to be ingested while running the ingestion job. Default: true.
  • alationTagClassificationName (string): Custom OpenMetadata Classification name for alation tags. Default: "alationTags".
  • connectionOptions: Refer to ../connectionBasicType.json#/definitions/connectionOptions.
  • connectionArguments: Refer to ../connectionBasicType.json#/definitions/connectionArguments.
  • supportsMetadataExtraction: Refer to ../connectionBasicType.json#/definitions/supportsMetadataExtraction.
  • alationType (string): Service type. Must be one of: ["Alation"]. Default: "Alation".

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.