Packages

object JsonPathGenerator

Converts lists of keys into a JsonPath file.

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

Value Members

  1. def getJsonPathsFile(orderedSubSchemas: Properties, rawMode: Boolean = false): String

    Returns a validated JsonPath file based on the list of DDL columns.

    Returns a validated JsonPath file based on the list of DDL columns. This function should be tied to constructed CreateTable's DDL to preserve correct order of columns (for example they could be rearranged).

    orderedSubSchemas

    subschemas which are ordered wrt to updates, nullness and alphabetic order

    rawMode

    decide whether snowplow-specific columns expected

    returns

    a JsonPath String containing all of the relevant fields

  2. def pointerToJsonPath(jsonPointer: SchemaPointer): String

    Convert SchemaPointer to json path