GenericETLStep

class GenericETLStep[OP](val name: String, function: => OP) extends EtlStep[Any, OP]
Companion
object
trait EtlStep[Any, OP]
class Object
trait Matchable
class Any

Value members

Concrete methods

final override
def process: Task[OP]
Definition Classes

Inherited methods

final
def execute: RIO[Any & LogEnv, OP]
Inherited from
EtlStep
def getExecutionMetrics: Map[String, String]
Inherited from
EtlStep
def getStepProperties: Map[String, String]
Inherited from
EtlStep

Concrete fields

val name: String

Inherited fields

lazy
val logger: Logger
Inherited from
ApplicationLogger
val step_type: String
Inherited from
EtlStep