• George Koltsov's avatar
    Limit Group Migration extractors and loaders to 1 per pipeline · 8f50a5b2
    George Koltsov authored
    - Restrict defining extractors/loaders to 1 each per pipeline in order
      to reduce `BulkImports::Pipeline::Runner#run` complexity
    - If we are going to need to extract/load from/to
      multiple sources/destination we can revisit it and consider
      adding such functionality in the future,
      but there is no need in having it now.
    8f50a5b2
runner.rb 2.81 KB