package v3
Linear Supertypes
Type Members
- type SimpleETL = ETL[SimpleConfiguration]
- type SimpleETLP = ETLP[SimpleConfiguration]
- type SimpleSingleETL = SingleETL[SimpleConfiguration]
- type SimpleTransformationsETL = TransformationsETL[SimpleConfiguration]
-
abstract
class
ETL[T <: Configuration] extends AnyRef
Defines a common workflow for ETL jobs.
Defines a common workflow for ETL jobs. By definition an ETL can take 1..N sources as input and can produce 1..N output.
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.ETL instead
-
abstract
class
ETLP[T <: Configuration] extends SingleETL[T]
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.ETLP instead
-
abstract
class
SingleETL[T <: Configuration] extends ETL[T]
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.SingleETL instead
-
class
TransformationsETL[T <: Configuration] extends SingleETL[T]
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.TransformationsETL instead