Packages

p

etlflow

schema

package schema

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

Type Members

  1. case class Config(db: Option[JDBC], timezone: Option[String], slack: Option[Slack], dataproc: Option[DataprocSpark], token: Option[List[String]], webserver: Option[WebServer], secretkey: Option[String]) extends Product with Serializable
  2. sealed trait Credential extends AnyRef
  3. case class DataprocSpark(mainclass: String, deplibs: List[String]) extends Product with Serializable
  4. sealed trait Executor extends AnyRef
  5. case class Slack(url: String, env: String, host: String) extends Product with Serializable
  6. case class WebServer(ip_address: Option[String], port: Option[Int], allowedOrigins: Option[Set[String]]) extends Product with Serializable

Value Members

  1. object Credential
  2. object Executor

Inherited from AnyRef

Inherited from Any

Ungrouped