Packages

package v2

Type Members

  1. 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

  2. abstract class ETLSingleDestination extends ETL
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.ETL instead

  3. class RawFileToNormalizedETL extends RawToNormalizedETL
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.TransformationsETL instead

  4. class RawToNormalizedETL extends ETL
    Annotations
    @deprecated
    Deprecated

    (Since version 11.0.0) use v4.TransformationsETL instead

Ungrouped