DBReadStep

class DBReadStep[T] extends EtlStep[DBEnv, List[T]]
Companion
object
trait EtlStep[DBEnv, List[T]]
trait ApplicationLogger
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def getStepProperties: Map[String, String]
Definition Classes
EtlStep
final
def process: RIO[DBEnv, List[T]]

Inherited methods

final
def execute: RIO[DBEnv & LogEnv, List[T]]
Inherited from
EtlStep
def getExecutionMetrics: 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