etlflow.model

Members list

Concise view

Type members

Classlikes

sealed trait Credential

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AWS
class GCP
class JDBC
class REDIS
class SMTP
object Credential

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed abstract class EtlFlowException(msg: String) extends RuntimeException

Attributes

Companion:
object
Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class JobRun(id: String, name: String, props: String, status: String, createdAt: ZonedDateTime, modifiedAt: ZonedDateTime)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object JobRun

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobRun.type
case class TaskRun(id: String, jobRunId: String, name: String, taskType: String, props: String, status: String, createdAt: ZonedDateTime, modifiedAt: ZonedDateTime)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object TaskRun

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TaskRun.type