package v2
Type Members
-
abstract
class
ETL 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 only 1 output.
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.ETL instead
-
abstract
class
ETLSingleDestination extends ETL
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.ETL instead
-
class
RawFileToNormalizedETL extends RawToNormalizedETL
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.TransformationsETL instead
-
class
RawToNormalizedETL extends ETL
- Annotations
- @deprecated
- Deprecated
(Since version 11.0.0) use v4.TransformationsETL instead