Package

etljobs

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. final case class CSV(delimiter: String = ",", header_present: Boolean = true, parse_mode: String = "FAILFAST") extends IOType with Product with Serializable

    Permalink
  2. sealed trait IOType extends AnyRef

    Permalink
  3. final case class JDBC(url: String, user: String, password: String) extends IOType with Product with Serializable

    Permalink
  4. final case class MCSV(delimiter: String, no_of_columns: Int) extends IOType with Product with Serializable

    Permalink
  5. trait SessionManager extends AnyRef

    Permalink
  6. class Settings extends AnyRef

    Permalink

Value Members

  1. object BQ extends IOType with Product with Serializable

    Permalink
  2. object EXCEL extends IOType with Product with Serializable

    Permalink
  3. object JSON extends IOType with Product with Serializable

    Permalink
  4. object ORC extends IOType with Product with Serializable

    Permalink
  5. object PARQUET extends IOType with Product with Serializable

    Permalink
  6. object SlackManager

    Permalink

    Object SlackManager have below functionality

    Object SlackManager have below functionality

    • Create Success and Failure Slack message templates
    • Send the slack message to appropriate channels
  7. object TEXT extends IOType with Product with Serializable

    Permalink

Ungrouped