Loads

Load transformations are the opposite of extracts. It take data from input and loads it into an external “thing” (database, filesystem, webservice, ...).

The code there is lacking quality and completion, even if it works.

DatabaseLoad

class rdc.etl.extra.db.load.DatabaseLoad(engine=None, table_name=None, fetch_columns=None, discriminant=None, created_at_field=None, updated_at_field=None, insert_only_fields=None, allowed_operations=None)[source]

TODO doc this !!! test this !!!!