Closed hyfen closed 6 months ago
Ways this could work:
--extractor ./custom_extractor.rb
We take that file, attempt to load it (and rescue from LoadError), and then set it as the connector in the JobDefinition.
LoadError
JobDefinition
This system would also need
Limitations:
Ways this could work:
--extractor ./custom_extractor.rb
as a flagWe take that file, attempt to load it (and rescue from
LoadError
), and then set it as the connector in theJobDefinition
.This system would also need
Limitations: