EtlStep

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

Value members

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 stepType: String

Inherited fields

lazy protected val logger: Logger
Inherited from:
ApplicationLogger