Skip to content

Release 1.1.0

guglielmo requested to merge develop into master
  • ETL class is not abstract and should not be subclassed
  • ETL class has now a transformation attribute that points to a Transformation class, where data from the extractor are transformed in order to be fed into the loader. The transformation's transform method replaces the ETL one. Backcompatibilty is endured.

Merge request reports