Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "collibra/collibra-connector"

Index

Classes

Variables

Functions

Variables

Let ids

ids: any

A mapping between Job IDs and arguments, for debugging.

Const runner

runner: CollibraConnector = new CollibraConnector({})

Functions

log

  • log(message: string, level?: number | string): void
  • Prints and logs a message

    Example:

     log("Debug", 5);
     log("Info", 4);
     log("Warning!", 3);
     log("ERROR!!", 2);
     log("FATAL - Closing...", 1);

    Parameters

    • message: string

      The message to be logged

    • Default value level: number | string = 1

      The level of the message

    Returns void

    void

setEnvVar

  • setEnvVar(context: any, variable: string, required?: boolean, defaultValue?: any): void
  • Parameters

    • context: any
    • variable: string
    • Default value required: boolean = false
    • Default value defaultValue: any = undefined

    Returns void

Generated using TypeDoc