EtlStep

trait EtlStep[R, OP] extends ApplicationLogger
Companion
object
class Object
trait Matchable
class Any
class GenericETLStep[OP]

Value members

Abstract methods

def process: RIO[R, OP]

Concrete methods

final
def execute: RIO[R & LogEnv, OP]
def getExecutionMetrics: Map[String, String]
def getStepProperties: Map[String, String]

Abstract fields

val name: String

Concrete fields

val step_type: String

Inherited fields

lazy
val logger: Logger
Inherited from
ApplicationLogger