Module: Spotlight::Etl::Loaders

Defined in:
app/services/spotlight/etl/loaders.rb

Constant Summary collapse

WarnLoader =

A loader that just prints the data to $stderr for debugging.

lambda do |data, _context|
  warn(JSON.pretty_generate(data))
end