Packages

package sdk

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sdk
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IngestionSession extends App with CustomIngest

    Establishes an input record and a process record for the custom ingestion process.

    Establishes an input record and a process record for the custom ingestion process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.

  2. class ParsingSession extends App with CustomParse

    Establishes a process record for the custom parsing process.

    Establishes a process record for the custom parsing process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.

  3. class PostOutputSession extends App with PostOutput

    Establishes a process record for the custom post output process.

    Establishes a process record for the custom post output process. Also starts a heartbeat that allows DataForge to track the health of the process. When running manually, must use one of the below constructors. Otherwise, no parameters are necessary.

Value Members

  1. def addRedacted(s: Seq[String]): Unit
  2. def print(s: Any): Unit
  3. def println(s: Any): Unit
  4. var redactedList: Seq[String]
  5. object Pg extends Util

    Utility class to query postgres metadata and execute API calls.

Inherited from AnyRef

Inherited from Any

Ungrouped