Function importGlossary

  • Creates a new glossary, including categories and terms, based on a glossary definition file. Supported formats are currently, qlik, atlan and atlas

    Parameters

    • query: {
          importerAsFallbackSteward?: boolean;
          lookupUserOnEmail?: boolean;
          spaceId?: string;
      }

      an object with query parameters

      • OptionalimporterAsFallbackSteward?: boolean

        Appending the current importer user as steward to categories/terms where no steward is defined/not match the identity service.

      • OptionallookupUserOnEmail?: boolean

        Using email in the steward fields to lookup userIds in the identity service

      • OptionalspaceId?: string

        The spaceId (leave blank or omit for personal)

    • body: QlikGlossary

      an object with the body content

    • Optionaloptions: ApiCallOptions

    Returns Promise<ImportGlossaryHttpResponse>

    ImportGlossaryHttpError