BulkImports: ETL Classes required to implement initializer even when it's not needed
Problem to solve
As mention in the discussion from !52626 (merged), by @mkaeppler
, the current BulkImports::Pipeline
DSL require to Extractors/Transformers/Loaders to implement an initializer even when it's not needed.
Proposal
Improve the DSL to not require the initiallizers.
Edited by Kassio Borges